Gunlaug Sørtun wrote:
>
> IE6 doesn't respect declared dimensions, and will expand any element if
> it "thinks" the content doesn't fit.
>
> I'd prefer to see a live example of your problem, but what you sent
> indicates "IE/win whitespace bugs" at play - making the elements at
> least as tall as the relevant line-height.
>
> The addition of...
>
> * html .m_swatch_red, * html .m_swatch_corner {overflow: hidden;}
>
> ...will probably work, but if not then it's time to tell IE/win that
> those empty elements are _really_ empty, by placing HTML comments inside
> them...
>
> <div class="m_swatch_red"><!-- --></div>
> <div class="m_swatch_corner"><!-- --></div>
>
> regards
>       Georg
>   


Either of the above suggestions does work in IE/6.0 on a local file here.

Regards,

~dL


-- 
http://chelseacreekstudio.com/

______________________________________________________________________
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/

Reply via email to