traq
02-25-2009, 04:12 PM
I'm using DD's left frame layout (http://www.dynamicdrive.com/style/layouts/item/css-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:
#main{
width: 800px;
[...]
}
[...]
.inwrap{
max-width: 95%;
[...]
}
this keeps everything within the screen width in FF, but IE just ignores it.
the site is here (http://seascouts.arrowheadsps.org/newindex.html)
the css is here (http://seascouts.arrowheadsps.org/library/site.css)
Does anyone have a suggestion? thanks!
#main{
width: 800px;
[...]
}
[...]
.inwrap{
max-width: 95%;
[...]
}
this keeps everything within the screen width in FF, but IE just ignores it.
the site is here (http://seascouts.arrowheadsps.org/newindex.html)
the css is here (http://seascouts.arrowheadsps.org/library/site.css)
Does anyone have a suggestion? thanks!