2006-08-03

Images flowing over bottom of container div

float: right; images don't add to height of the div they are in. So they flow over. To prevent this, add a <div id="clear_right"/>: #clear_right { clear: right; } after the images.