Mark Lundquist wrote: > Hi, > > Anybody know why this page > > http://dev.paradise.wd-2.net/views
[2] > > displays correctly in Gecko or KHTML browsers, but looks so very wrong > in IE6? > > Notes: > > 1) there are some colored borders around some of the elements as a > debugging aid. In particular, the masthead element with the white > border has 'position: relative' and is the containing box for the nav > menu and the "Best Views In Oregon" PNG overlay, but as you can see in > IE it looks like they are getting positioned w.r.t. to the main content > box instead of the masthead. The containing block needs haslayout [1] in IE6. position:relative is not sufficient. Ingo [1] http://www.satzansatz.de/cssd/onhavinglayout.html#cb [2] some day ... -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
