See the example here:
http://users.telenet.be/prullen/portfolio.html
I've tried setting my images to display:block -
display: block;
margin: 0;
padding: 0;
but that didn't work.
I also tried adding
visiblity:hidden;overflow:hidden;height:0;font-size:1px;line-height:0px
to the
<div style="clear:both"></div>
but none of these work.
Does anyone know what the cause may be? If possible, clear:both should stay for IE7 compatibility.