例示 <div style="position:relative; width:200px; height:100px; background:aqua; z-index:2;"> z-index:2; </div> <div> <iframe src="http://css-bug.jp/mac/ie/" style="position:relative; left:25px; top:-75px; width:200px; height:100px; z-index:1;">z-index:1;</iframe> </div>