这是在 IE7 中给我带来问题的 html 代码
<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>
这是它应该看起来的样子,在ie8,firefox中看起来很好
http://img200.imageshack.us/img200/189/ie8.png
但在 IE7 中,浮动右图像这样跳到文档的右端
http://img33.imageshack.us/img33/6239/ie7bug.png
我该如何解决?我尝试删除高度宽度属性并使用最大高度,最大宽度。那没有帮助。多谢