Martin Davis wrote:

> I have this working beautifully under Firefox 1.5. However, the 
> wonderful IE plagues me and I don't know where to start to fix it.

> http://www.smwstudios.com/Martin/index2.htm

Try adding...

#mainbody {zoom: 1;}
#newsblock {zoom: 1; position: relative; }

...which will trigger 'hasLayout'[1] and change the stacking so IE6
expands those elements properly and get them in the right order.

Then, add a comment inside the empty divs you have...

<div class="redtop"><!-- --></div>
<div class="redbottom"><!-- --></div>
<div class="greybottom"><!-- --></div>

...to prevent IE6 from throwing in its 'whitespace' bug - adding
line-height to an empty element.

That should get you started.

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