Sometimes in a floated div. IE6 does not display tags, however it does space the image correctly, and when you right click the image it gives correct details like size and file size. It just does not display the image:
<div style="float:left">
<img src="one.gif" />
</div>
<div style="float:left">
<img src="two.gif" />
</div>
These images are not displayed in IE6 but are displayed in Firefox/Safari/etc... What is the workaround?