Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Centering page with CSS


robinho87

Recommended Posts

I tired to centering the page with this CSS:

 

DIV.centerpage {

width: 770px;

position: absolute;

left: 50%;

right: 50%

top: 0;

margin-left: auto;

}

 

And copy the div into header and footer.

 

It works great with IE but nothing happens with fire fox?

Link to comment
Share on other sites

I tired to centering the page with this CSS:

 

DIV.centerpage {

width: 770px;

position: absolute;

left: 50%;

right: 50%

top: 0;

margin-left: auto;

}

 

And copy the div into header and footer.

 

It works great with IE but nothing happens with fire fox?

 

I know this works on both. See spooks CSS in first entry.

 

http://addons.oscommerce.com/info/1485

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...