zoukankan
html css js c++ java
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; 300px;"
>
<
option
>
asdf
</
option
>
<
option
>
asdf
</
option
>
</
select
>
<
div
style
="position: absolute; top: 0px; left: 0px; 1000px; height: 1000px;
background-color: Blue;"
>
<
iframe
src
=""
frameborder
="0"
style
="position:relative; top:0px; left:0px; 100%; height:100%; z-index:-1;filter:alpha(opacity=0)"
></
iframe
>
</
div
>
</
form
>
</
body
>
</
html
>
查看全文
相关阅读:
Java练习题
循环练习
Java String类详解
Collections类
TreeSet类
IOS基础:NSTimer类的使用
IOS基础:深入理解Objectivec中@class的含义
IOS基础:retain,copy,assign及autorelease
IOS基础:ActionSheet(上拉菜单)的实现
Xcode 模拟器生成目标目录位置查找
原文地址:https://www.cnblogs.com/jgjgjg23/p/1490619.html
最新文章
poj1463 Strategic game
石子合并(动态规划)详细解题报告
linux 第一个内核模块Hello World
cugb 1241谁赢了?
腾讯招收客服问答
[PowerShell]如何取得SPS2010的常用参数
[VS2010] VB – Visual Web Part – Bug
[PowerShell]第三方管理单元
[PowerShell]如何生成一个新的SPS2010Site.
[SPS2010]: List SPWeb properites
热门文章
[VS2010]Command Prompt跑到哪里起来?
线上免费备份服务
[Win7]MS秘密 上帝模式 (GodMode) Vista,Win7,Windows2008
【SPS2010】Developer Dashboard 开发者仪表盘
【SPS2010】Client Object Model
File类
枚举
final关键字
字符流缓冲区
内部类
Copyright © 2011-2022 走看看