My site is designed for 1024x768 Resolution.
However, I also want it to look the same at higher resolutions, such as 1280x1024.
The site sections have a top banner (centered) and then various columns and content that flow underneath.
An example is here:
http://www.fudomouth.net/intertext/openmouth.htmAt 1024x768 the content is perfected bounded by the browser window. However, at 1280x1024, the content spills out to both sides beneath the banner.
To prevent this from happening, I've implemented "max-width: 1024px" in the "body" css.
This works brilliantly at bounding the content beneath the banner for those higher resolutions,
except for one problem: the bounded content is now all
aligned to the left of the browser window (at higher resolutions)!!
I'm sure there's a css command that can be used in conjunction with max-width to ensure that the total content is always centered. Anybody know what that would be?