Carolyn Rosner wrote:
> Apologies if this has been asked a million times, but how do I get text to 
> flow around floated images in IE? I don't put my images in divs; I just plunk 
> them at the beginnings of paragraphs or heads and float them right or left. 
> But in IE, the text won't wrap; it jumps below the bottom of the image. Code 
> is:
> 
> .leftimage {   float: left;    margin: 10px 15px 10px 0;  }
> 
> Is there a workaround?
> Thanks for any advice, Carolyn


There is no work around apart from markup changes. The only browsers 
that handle this construction correctly is IE8 and Opera 9. please see 
test case.

<http://css-class.com/test/css/visformatting/float-inline-content.htm>



-- 
Alan http://css-class.com/

Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo
______________________________________________________________________
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