Forum Moderators: not2easy
Look at this topic for more info:
[webmasterworld.com...]
[w3.org...]
This property may only be specified for block-level elements (including floats)
Say that you have two images. You want both floated to the left, but not next to each other. They should be stacked. Now, the best way to accomplish this is using "clear:left" on the second image.
Sure, an image is an inline element, but not when it's floated:
Any floated box becomes a block box that is shifted to the left or right until its outer edge touches the containing block edge or the outer edge of another float.