I found the problem... If the div tag is formatted like this the error occured
<div id="id_name_here">
<img src="images/spacer.gif">
</div>
If I put the <img> tag on the same line with the opening div tag the error disapperared....
Is there a reason for this or just an IE bug?
Scott