Richard Grevers wrote:
> Site: http://www.zekes.co.nz * Problem: The Level 2 heading with the
> brown background has a -40px left margin, but is being truncated in
> MSIE. I suspect that this is because t is a child of a floated
> element. Is there any workaround for this?

Add a couple of IE/win 'hasLayout'[1] triggers:

h2 {position: relative; zoom: 1; _height: 0;}

...and it'll be fine.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to