Forum Moderators: open
I have built a new site, but I was stupid enough not to check it in Mozilla while building it. So I ran into some problems when I did. One of them is the following.
The table that holds the actual page is 910 pixels wide. This table needs to be centered in the browser window. On the left of this table, I have a table that holds the background for the open space on the left of the actual content table, for users that are on higher resolutions. On the right hand side I have the same thing.
It all works well in IE, but in Mozzilla it simply does not center the content table :(
If the mods will allow it I can post the URL to this page, that makes it easier to have a look at it I think...
What is not clear to me is the mechanism that centers your current content table for IE. There may be an even simpler fix. Perhaps there is a small error that IE is ignoring but not Mozilla. Have you validated [validator.w3.org] the page?
<center></center> and place it outside the whole table - it's a far better option than nesting the table, IMO. By the way, 910 pixels is very wide for a fixed-width layout. You will get sideways scrolling on monitors with an 800x600 resolution (depending on your audience, that can be 45% to 55% of your users), and those with higher resolution screens (like me) often don't have their browser open full-screen. Usually, a "safe" width for a fixed-width site is 760 pixels maximum.