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
>
查看全文
相关阅读:
LAMP的搭建
Apache安装之后,在浏览器输入ip无法访问
DNS无法区域传送(axfr,ixfr)
you do not permission to access / no this server
http虚拟主机的简单配置训练
搭建一个简单的dns缓存服务器
Django——User-Profile
Django——信号
Django——中间件
Django——日志
原文地址:https://www.cnblogs.com/jgjgjg23/p/1490619.html
最新文章
DRF的注册器,响应器和分页器
DRF的认证权限频率组件
DRF的视图组件
DRF组件的使用和接口设计
django的view.view和DRF的APIView的源码解析
vue-cookies的使用
Vue的脚本架的使用
Vue的过滤器,生命周期的钩子函数和使用Vue-router
Vue的组件和表单
Windows平台 python 常用包的安装
热门文章
python调用C函数
Windows gsl runtime error的解决方案
Windows10 + Matlab2013 mex C++ 调用gsl
Matlab和C语言混合编程,包含目录的设定
maven项目转eclipse
在Visual Studio 2012中使用GSL
iptables v1.3.5: multiple -d flags not allowed错误已解决
为 vsftpd 启动 vsftpd:500 OOPS: SSL: cannot load RSA&nb
bin/postconf: error while loading shared libraries: libmysqlclient
Can't connect to local MySQL server through socket '/tmp/mysql.sock'
Copyright © 2011-2022 走看看