when making an image float other block elements go behind it?

asibrasicSap8

New Member
So basically I am trying to figure out a super simple and clean way with html and css to have user avatars sit directly to the left of a comment on an article.I am trying out float left on an image which works but then block elements seem to still go behind it even though text doesn't?Any idea why?See here for example: http://www.prxa.info/articles/rochard.1579#commentsThe second comments quote box goes behind avatar but the text does not?The images are just using this:\[code\]style="float: left; padding-right: 10px; clear: right;"\[/code\]Tried with and without the clear - no difference.
 
Back
Top