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
>
查看全文
相关阅读:
spark 1.1.0 单机与yarn部署
hadoop 2.5.1单机安装部署伪集群
perl C/C++ 扩展(五)
perl C/C++ 扩展(一)
perl C/C++ 扩展(二)
perl C/C++ 扩展(三)
perl C/C++ 扩展(四)
SpiderMonkey 入门学习(一)
新装centos 6.5 基本配置
Linux(16):Shell编程(3)
原文地址:https://www.cnblogs.com/jgjgjg23/p/1490619.html
最新文章
iOS开发:后台运行以及保持程序在后台长时间运行
远程通知推送教程
runtime——消息机制
10分钟搞定支付宝和微信支付的各种填坑
微信,QQ这类IM app怎么做——谈谈Websocket
iOS,一行代码进行RSA、DES 、AES、MD5加密、解密
iOS开发 GET、POST请求方法:NSURLSession篇
关于iOS socket都在这里了
让您的Xcode键字如飞
云计算仿真软件Cloudsim介绍以及类的功能介绍
热门文章
cloudsim安装,配置(到eclipse)
git管理maven项目实现
Hibernate HQL的update方法详解
MyEclipse快捷键大全
spring注解实现AOP
Hibernate和Mybatis的对比
关于计算问题总结
Git分布式项目管理 入门到学会
Git分布式项目管理
Spark 学习(三) maven 编译spark 源码
Copyright © 2011-2022 走看看