This is the first time I am writing to the group but I really need help and I can't find a fix for this bug on the net.

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>
<q>some text</q>
<ul>
<li></li>
</ul>
</div>

My CSS
.floatleft{float:left; margin-right: 3px;}
Any help will be much appreciated.

Elle




Reply via email to