Andrew Hoy wrote:
>
>
>     I changed the css as you suggested and noticed something weird. 
>     In IE6, when I have the "border: 1px solid red !important" under
>     #header, it behaves as it is supposed to.  When I take out that
>     border, the entire header expands to cover the body div as well. 
>     Is there an easy fix for this?
>
>
> I answered my own question.  Adding zoom: 1; fixed it.  I'm not 
> entirely sure why, but zoom fix to the rescue!
>
> Andrew




Andrew,

Good call. In my version the colored border provides the necessary 
hasLayout "trigger" for IE/6.  When the border is removed, the necessary 
hasLayout "trigger" becomes zoom: 1; IE/6.
reference: on having layout-- 
<http://www.satzansatz.de/cssd/onhavinglayout.html>

Best,
~d


-- 
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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/

Reply via email to