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
>
查看全文
相关阅读:
Eclipse 安装配置指南
CentOS下安装Git
MySQL5.5在Windows下的安装
NSInvocation调用
动态调用
模拟静态变量及静态类继承
respondsToSelector判断是否实现了某方法
JAVA闭包
IMP获取函数指针
[链表] 对链表与文件的结合使用的一点看法
原文地址:https://www.cnblogs.com/jgjgjg23/p/1490619.html
最新文章
(转)行转列问题总结
GridView固定表头(不用javascript只用CSS!,很好用):
SQL Server的 排序规则(collation)冲突和解决方案[转]
web service 相关问题
查询表中重复数据的有多少
关于gridview 合并行列
SQL 存储过程中,将串连的字符串当表用。
温故而知新:Asp.Net中如何正确使用Session
JS 读取 EXCEL
差距不是0.1
热门文章
小故事
文本简单操作
规律
一些窗口操作
等死模式与穿越模式
三七鸡骨汤活血化瘀
创建进程得到窗口句柄
次贷危机加强篇
究竟我们在赚谁的钱???
安装Scala
Copyright © 2011-2022 走看看