I tried the first thing you suggested. Is the website still a problem for you to see? (I can't get it to do that on my computer hence asking for others to see, it looks fine on my computer). The website: http://www.possets.com/xindex.html the CSS: http://www.possets.com/scent/xscent.css
In TopStyle it looks fine in 1024 x 768 IE, but the scroll bar appears when I change the res to 1280 x 1024. That seems counter to what I would expect (more real estate means more room to see things, not less which would create a scroll bar). Is there some mystery bug involved? If that does not work, I will try the fix you suggested below. Thanks for sticking with this one. --Fabienne >> >> > > #upperbox{ > > /*position: absolute; > > top: 0; > > left: 0;*/ > > } > > #subbox{ > > /*position: absolute; > > top: 90px;*/ > > } > > And adjust the navigation menu? > > > > Regards, > > ~dL > > > > > You could also try eliminating the absolute positioning altogether, and float the menu and content. Something like this: #upperbox{ /*position: absolute; top: 0; left: 0;*/ } #subbox{ padding-left: 150px;/*position: absolute; top: 90px; margin-left: 150px; */ } #content { float: left; margin-left: 90px; /*margin-left: 240px;position: absolute; top: 140px; */ } #navcontainer{ float: left;} Regards, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ -- Fabienne Christenson My Website: http://www.possets.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/