[EMAIL PROTECTED] wrote:
> I have a page in a 2 column layout When the content in the right column goes 
> beyond the the content in the left column, the extra text moves to the left. 
> ...
>   
> Cheryl
>   
Hi Cheryl, its the 3-pixel text jog bug in IE. Its caused by an extra 3 
pixels of margin that is added to floats in IE which affects adjacent 
elements. This article should explain it all:

    http://www.positioniseverything.net/explorer/threepxtest.html

In the meantime try adding this to your css (if you don't mind hacks):

* html #subnavwrapper {height: 1%;}


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