ここに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
どうすればこれを修正できますか? 高さ幅の属性を削除して、max-height,max-width を使用してみました。それは役に立ちませんでした。どうもありがとう