Elle Meredith wrote: > I'm having some trouble with IE6 -- which last time I tested the > site, I don't remember having this problem, so I am not sure why this > is happening.
> In IE6 the #nav is pushed down 100px. > Page is at: http://designbyelle.com.au/mq/ IE6' "auto-expansion bug" at play. IE6 doesn't respect declared dimensions on a container if IE6 "thinks" the content, for whatever reason, doesn't fit inside that container. In my test-files from earlier I simply added... * html #branding, #nav {overflow: hidden;} ...to prevent "auto-expansion". In a case like yours, such a restricting of overflow is much safer and stable than your A:P solution. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
