I've put up the full page to show the effect of the change and the effect that I'm trying to achieve as it wasn't especially clear on the simplified web page, same place: www.leachy.co.uk
Thanks, Andrew > From what I can tell, it seems like a clearing float problem as if I > > include a clear:left; further down in the html it solves the problem > > but the whole layout drops and that's not what I want!! > > > http://www.leachy.co.uk > > Yes, IE6 is "saved" by its 'hasLayout'[1] bug - as usual. > > Isolating the header by adding... > > #header {overflow: hidden;} > > ...is _one_ way to solve that problem. > An isolating-effect is what the bug causes in IE/win anyway, so you may > as well achieve the same effect[2] in other browsers - using proper > styling. > > regards > Georg > [1]http://www.satzansatz.de/cssd/onhavinglayout.html > [2]http://www.w3.org/TR/CSS21/visuren.html#q15 > -- > http://www.gunlaug.no > ______________________________________________________________________ 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/
