Code: Select all
<p>lorem ispum...</p>
<img style='float:right; clear:left;'>
<p>lorem ispum...</p>
Strangely enough, on a different page, I have the exact same thing, but floated left and cleared right, and it works.
The only difference is that on the non-working page, the <p>s have a left margin of 20px.
I've tried changing display, margins, padding, etc, and nothing works. The closest I've come is when I discovered that clear:left applied to everything in the table cell duplicates IE's results in FireFox, and doesn't change anything in IE.
Why does IE do this and how do I fix it?