If you want to get instant help...please click here to submit a ticket [ link ]
We support 7000+ osCommerce add-ons! Affordable, Reliable, Speed on Rails services on customizations of osCommerce shipping, payment, marketing and others.

A way to center 800px using CSS

for osCommerce Merchant version 2.2


Retail Price: $50.00


Ask a Question About:A way to center 800px using CSS

This contribution uses CSS, NOT a table, to

set the width of the page for 800px screen
and center the page on the screen.

ItÂ’s simple, only 9 lines of code, and works.

Was discussed in http://forums.oscommerce.com/index.php?showtopic=82721 before submitting it.

Small tweak to this file

08/18/2005 by trickortweek

I couldn't get the #centerpage to work correctly until I changed
to
I also added a few other tweeks. Great contrib though.


New example

07/13/2005 by Pojistovak

body, html {
background: #C1C1C1;
color: #000000;
margin: 0px;
padding:0px;
text-align: center;
}

#centerpage{
width: 790px;
margin: 0px auto 0px auto;
background: White;
text-align: left;
}


Corrected .div tag

10/06/2004 by Kasun Wijayamanna

Original version :

DIV.centerpage {
width: 770px;
position: absolute;
left: 50%;
top: 0;
margin-left: -385px;
}

----------------------------

Corrected Version :

.centerpage {
width: 770px;
position: absolute;
left: 50%;
top: 0;
margin-left: -385px;
}


A way to center 800px using CSS

03/10/2004 by Juxi Zoza

This contribution uses CSS, NOT a table, to

set the width of the page for 800px screen
and center the page on the screen.

ItÂ’s simple, only 9 lines of code, and works.

Was discussed in http://forums.oscommerce.com/index.php?showtopic=82721 before submitting it.


As experienced osCommerce Experts, we are glad to help you to install this addon. The process is as follow:
  • You placed an order of this addon or other addons, checkout and receive an email notification of order status
  • Or you can contact us directly using email form, asking us to install this addon for you
  • Once you and we have agreed to start, please send us FTP access by email
  • You will be updated of the installation status
  • You may ask for customization jobs of this addon

You Risk Nothing: No Upfront Payment Required

Our NO RISK POLICY is clear. You pay only for the successful completion of the installation. If you are not satisfied or we are unsuccessful, your site will be returned to its previous working state and you pay nothing! NOT A PENNY!
Once you are satisfied with our help, you can pay us through Paypal.

OUR NO RISK GUARANTEE 1. No upfront payment is required 2. You only pay on successful completion 3. Money Back Guarantee within 90 Days ! You don't get guarantee like this any where else . . . You Don't Risk One Peny!
Add to Cart:



Copyright © 2006-2012 www.oscexp.com