首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

ie8下iframe设置为最下层的方法,该如何解决

2013-10-21 
ie8下iframe设置为最下层的方法div styleposition:relativedisplay:inline-blockwidth:178pxheight:

ie8下iframe设置为最下层的方法
<div style="position:relative;display:inline-block;width:178px;height:90px;z-index:9999;top:0;left:0;background-color:transparent;"></div>
<iframe src='' id='frame' frameborder='0' scrolling='no' width='178' height='90' allowTransparency='true' style='position:absolute;z-index:-1;top:0;left:0;padding:0px;margin:0px'></iframe>

ie7下div覆盖在iframe上方,ie8就不行,怎么解决
[解决办法]
坑爹的IE6没有问题,你把DIV的背景色改成red看下能不能看到。

热点排行