hi guys
here is the html code that is giving me problem in IE7
<div style="position:absolute;top:276px;left:194px;" class="drag layer_3">
<img class="deleteitem" height="12px" width="12px" title="Remove" src="/static/redclose.png" style="float:right;cursor:pointer;">
<img src="/static/18.png" >
</div>
this is how it is supposed to look, and it looks fine in ie8, firefox
but in IE7, the float right image jumps to the right end of the document like this
how do i fix this? i tried removing the height width attributes and use max-height,max-width. that did not help. thanks a lot