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
>
查看全文
相关阅读:
Templet
linux command
Codeforces Daily
Programming Contest Challenge Book
STL
Struct
Some of GDUFE
[屯题] DP系列
[颓废]ws_fqk省选前刷题记录
[SDOI2009][BZOJ1876] SuperGCD|高精度|更相减损术
原文地址:https://www.cnblogs.com/jgjgjg23/p/1490619.html
最新文章
初探Flutter相关开发网页文档
对接门禁分享门禁二维码图片报错
AVFoundation之如何从摄像头获取图像
通讯录总结
关于UIAlertAction如何修改sheet上的字体颜色
关于UIScrollerView的基本用法和代理
如何对tableview进行自定义多选
设计模式
SSIS
window服务 调试步骤
热门文章
C# 修改DataTable 列的 DataType
所有DOM元素加载之前执行的页面加载事件[jquery]
aspx子集页面找父级页面元素
sql
vue在使用ajax获取数据时,两种方法(jquery和vue_resource)
vue_resource 使用说明
Asp.net MVC + Vue.js
Git
Python入门记
mix
Copyright © 2011-2022 走看看