Forum Moderators: not2easy
I have a bulleted list that includes images with align="right". Problem is that if the text is shorter than the hight of the image, the image inside the next <li> will be pushed to the left by the image of the above <li>.
I could fix it for IE by adding this:
ul li img {clear:right}
but it does not make any difference in FF.
I thougt display:block was supposed to fix this but it did not help either...
So how do I display every <li> like a block that can never float in to the next <li>?