I'm using DD's left frame layout and I've got the right (content) column set at 800px. With the left (static) column, this makes the site 950px wide. In order to prevent horizontal scrollbars on smaller screen/window sizes, I added a "max-width: 95%" in the inner padding div, like so:
this keeps everything within the screen width in FF, but IE just ignores it.Code:#main{ width: 800px; [...] } [...] .inwrap{ max-width: 95%; [...] }
the site is here
the css is here
Does anyone have a suggestion? thanks!



Reply With Quote

Bookmarks