I have floated some images and the text is wrapping around them and I have checked it in FF, Safari, IE6, N6, N8, O7 and all is good. In IE5 SP2, my images don't show up.
My HTML is:
<div id="main"> <img src="images/anna.gif" class="floatleft"/>
<h1>Heading</h1>Any help will be much appreciated.
<q>some text</q>
<ul>
<li></li>
</ul>
</div>
My CSS
.floatleft{float:left; margin-right: 3px;}
Elle
