Ray Leventhal wrote: > http://www.sunbuild.biz. > > All appears well enough in most browsers when at 1024x768 or higher, but > in 800x600, the floated image on the right of the masthead is causing > the content to be pushed down. > > The client would rather see a horizontal scroll bar than the pushed > content, so I'm hoping for either solutions to stop the 'pushing down' > or advice on how to accomplish the scroll bar. > > I'm feeding a reset (http://www.sunbuild.biz/styles/reset.css) before > the site styling (http://www.sunbuild.biz/styles/sunbuild.css) > > > -Ray >
Which page(s) and what browser? IE/6 does not support min-width, or min-height. You would need to use IE "expressions" or javascript or some other method to resolve that (you have one min-width value on the body, and a wider min-width on the header). But this may not help the float drop. An easy out for float drop at 800 is to consider adjusting the content to a set fixed 980 width. This will clear the v-scroll bar at 1024 (you'll still get an h-scroll at 800). -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
