会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
jgjgjg23
博客园
首页
新随笔
联系
订阅
管理
iframe 挡住 DIV的解决办法
IE版本
是否支持
IE5.5
否
IE6
是
IE7
是
IE8
是
Code
<!
DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
>
<
html
xmlns
="http://www.w3.org/1999/xhtml"
>
<
head
>
<
title
>
Untitled Page
</
title
>
</
head
>
<
body
>
<
form
>
<
select
style
="top: 100px; left: 100px; width: 300px;"
>
<
option
>
asdf
</
option
>
<
option
>
asdf
</
option
>
</
select
>
<
div
style
="position: absolute; top: 0px; left: 0px; width: 1000px; height: 1000px;
background-color: Blue;"
>
<
iframe
src
=""
frameborder
="0"
style
="position:relative; top:0px; left:0px; width:100%; height:100%; z-index:-1;filter:alpha(opacity=0)"
></
iframe
>
</
div
>
</
form
>
</
body
>
</
html
>
posted @
2009-05-27 10:23
jgjg2323
阅读(
1000
) 评论(
0
)
收藏
举报
刷新页面
返回顶部
公告