CSS Help

StephanieCordray

New Member
Well, you really can't have it both ways because people have so many varied browser sizes but if it's a problem with the overall look of things on the website I'd suggest:

Nested tables with the content cells having absolute widths and heights. eg. name the outer table class layout and each cell have a class (name) of it's own that specfies dimensions and any other properties particular to that cell. The content table should be centered with the layout table taking up the extra space on both sides of it.

That way if someone uses a relatively small browser size (eg. 800 x 600 is considered on the small size now), they will have to scroll right to left to view the whole page. Most designers plan for the browser size issue when making a site to accommodate the various sizes that might be used.
 
Top