I am trying to float some text around a photo image using
I have set <div> to clear:both so that if there isn't enough text, it doesn't matter and the <div> stack on top of each other.Code:<div> <p> <img class="floatleft" src="image.gif" alt="" width="100" height="100">Lorem ipsum dolor sit amet, consectetuer... </p> </div>
In Firefox3 and Opera, there is not gap between the <div>, but in IE6 there is.
Can someone point me to the IE6 bug that is the culprit?






Bookmarks