CSS Float Causes Fake Indents in IE - Fix, Hack
Posted in: on: Sat Nov 26 2005 by paulM
We had this problem here at 3RSV5…
Any time we floated an image in a post, IE would render the first line of text after the float with a fake, false indent. There are several instances of right and left floats that cause IE to display the wrong way, but hey, that’s IE.
We used the simple solution… ‘display:inline;’ worked quite nicely…. see the code snippet from our CSS below:
BOOKMARK
PRINT
EMAIL

