ホームページ > 記事 > ウェブフロントエンド > 親要素が相対的に配置された後、IE では子要素が上書きされます。 _html/css_WEB-ITnose
<div id="append_parent" style="position: relative;"> <div id="zoomimglayer" style="position: absolute; padding: 0px; left: 551.5px; top: 142px; width: 800px; height: 439px; cursor: pointer;" class="popupmenu_popup"> <img id="zoomimg" style="cursor: move; margin: 5px; z-index: 1000; position: absolute;" src="http://www.orico.com.cn/images/2013925141939458.jpg" width="800" height="543"> </div> <div id="zoomimglayer2" style="position: absolute; padding: 0px; left: 551.5px; top: 142px; width: 800px; height: 439px; cursor: pointer;" class="popupmenu_popup"> <div id="dprev" title="上一张" style="position: absolute; left: 0; top: 20px; z-index: 1001; cursor: pointer; width: 40%; height: 523px;" onclick="alert('上一张')"> <a style="top: 271.5px; position: absolute;" class="prev">上一张</a> </div> <!-- .main --> <div id="dnext" title="下一张" style="position: absolute; right: 0; top: 20px; z-index: 1001; cursor: pointer; width: 40%; height: 523px;" onclick="alert('下一张')"> <a style="position: absolute; top: 271.5px; right: 0;" class="next">下一张</a> </div> </div> </div>
上記の HTML は、親クラスの相対位置と子要素の絶対位置を定義しています。
りーりー
りーりー