I have a floated span followed by some text. In IE7 (and likely 6) the text does not wrap around the floated span. Here’s a screenshot showing IE7 left and Chrome right:
<A href="#"><SPAN>LO</SPAN>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus commodo pellentesque lacus, id convallis mauris volutpat sit amet</A>
Does anyone know why this happening in IE7 or how to fix it?
This particular problem wasn’t a big issue, since the text is still perfectly readable in IE7. But I do like try and get things looking reasonable if it’s not too much extra work.