>> [snip] >> You can't clear an element using position:fixed with clear="all". >> clear="all" (or clear:both in CSS terms) will only clear a float. I'd >> suggest setting the margin-top of #content to the height of #header. >> [/snip] >> >> That doesn't work. It moves content in IE 160px below the header. >> In FF >> it moves the header 160px down from the top. > > That's probably because IE doesn't recognize position:fixed.
Sorry, replied a bit too fast there and didn't see the problem with Firefox! Have you read http://css-discuss.incutio.com/? page=EmulatingFixedPositoning which relates to the problems associated with position:fixed? The margin-top on #content doesn't appear in http:// www.sigmaphinothing.org/css/test.css - is that where you're testing? Regards Mark Howells www.permanenttourist.ch ______________________________________________________________________ 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/
