OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Problem with CSS and Redoign a Site
This page's ID:
10792
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
seems to me the width 100% part is your problem with #centerContainer you have a margin making it go 100px to the left and right. It will of course ignore the right with a 100% width which makes the width of the div always 100% of the actual browser width. to center something you must make the margin: 0 auto 0 auto; (or replace whatever px you want for top and bottom) and either delete the width to let whatever is within it define that width, or make it manageable at like 500px. And for good measure to make tables center in IE put body { text-align: center; } This means you will have to text-align everything elses text you don't want center, but hey... that's IE for ya.
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »