解决DIV在IE6下无法遮盖select

你对DIV浮层在IE6下无法遮盖select标签是否了解,这里和大家一起讨论一下,其实很早以前我就碰到过关于select元素的问题,但是为什么IE7和FF下DIV都可以遮住select标签,本文会为你揭秘。

栾城网站建设公司创新互联,栾城网站设计制作,有大型网站制作公司丰富经验。已为栾城上千提供企业网站建设服务。企业网站搭建\外贸网站建设要多少钱,请找那个售后服务好的栾城做网站的公司定做!

JavaScript巧解IE6 IE7 IE8兼容问题

这次讨论一下关于select元素的一个问题,其实很早以前我就碰到过关于select元素的问题,这次做网站又被问到同样的问题,就是:一般DIV浮层在IE6下无法遮盖selectaspxhome.com/search.asp?keyword=%b1%ea%c7%a9" target=_blank>标签,IE7和FF下DIV都可以遮住select标签。

列举个简单的实例阐述问题:

 
 
 
 
  1.  
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  3.  
  4.  
  5.  
  6. 无标题文档 title> </li> <li><style type="text/CSS"> </li> <li>#warp { position:absolute; top:10px; left:26px; width:200px; height:200px;}  </li> <li>.box { position:absolute; top:0; left:0; width:200px;   </li> <li> </li> <li>height:200px; background:#FDF3D9; border:1px solid #EEAC53}  </li> <li> style> </li> <li> head> </li> <li> </li> <li><body> </li> <li><DIV id="warp"> </li> <li>  <DIV class="box">dfsagdsa DIV> </li> <li> DIV> </li> <li><form id="form1" name="form1" method="post" action=""> </li> <li><label> </li> <li><select name="select" id="select"> </li> <li>  <option>测试选项 option> </li> <li>  <option>测试选项2 option> </li> <li>  <option>测试选项3 option> </li> <li> select> </li> <li> label> </li> <li> form> </li> <li> body> </li> <li> html> </li> <li> </li> </ol></pre><p> [提示:你可先修改部分代码,再按运行]</p></p><p>DIV在IE6下无法遮盖select,原因是在IE6下,浏览器将select元素视为窗口级元素,这时DIV或者其它的普通元素无论z-index设置的多高都是无法遮住select元素的。#p#</p><p><strong>网上有两种解决办法:</strong></p><p>◆当浮动层DIV出现的时候,用JS将select隐藏,当浮动层DIV消失的时候select恢复出现。这种方法早期用的比较多,这里不多介绍。</p><p>◆ 用select同级别元素:iframe标签, 然后用实际的浮动层DIV和iframe放在一起。间接的使DIV遮住了select。</p><p>正确的代码:</p><pre> <ol> <li></li> <li> </li> <li>"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> </li> <li><html xmlns="http://www.w3.org/1999/xhtml"> </li> <li><head> </li> <li><meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> </li> <li><title>无标题文档 title> </li> <li><style type="text/CSS"> </li> <li>#warp { position:absolute; top:10px; left:26px; width:200px; height:200px;}  </li> <li>.box { position:absolute; top:0; left:0; width:200px;   </li> <li> </li> <li>height:200px; background:#FDF3D9; border:1px solid #EEAC53}  </li> <li>.box iframe {width:400px; height:400px; z-index:-1}  </li> <li> style> </li> <li> head> </li> <li> </li> <li><body> </li> <li><DIV id="warp"> </li> <li>  <iframe frameborder="0"> iframe> </li> <li>  <DIV class="box">dfsagdsa DIV> </li> <li> DIV> </li> <li><form id="form1" name="form1" method="post" action=""> </li> <li><label> </li> <li><select name="select" id="select"> </li> <li>  <option>测试选项 option> </li> <li>  <option>测试选项2 option> </li> <li>  <option>测试选项3 option> </li> <li> select> </li> <li> label> </li> <li> form> </li> <li> body> </li> <li> html> </li> <li> </li> <li> </li> </ol></pre><p>[提示:你可先修改部分代码,再按运行]</p></p><p>【编辑推荐】</p><ol><li>深入探究IE8和IE7的24个区别</li><li>探究IE8与IE7具体功能中窗口功能按钮的变化</li><li>剖析Margin和Padding属性中四个值的先后顺序及区别</li><li>九步轻松解决IE6的各种疑难杂症</li><li>技术前沿 一段JS代码轻松解决IE6-IE8的兼容性问题</li></ol> <p> 新闻名称:<a href="http://www.csdahua.cn/qtweb/news3/160603.html">解决DIV在IE6下无法遮盖select</a> <br> 文章网址:<a href="http://www.csdahua.cn/qtweb/news3/160603.html">http://www.csdahua.cn/qtweb/news3/160603.html</a> </p> <p> 网站建设、网络推广公司-快上网,是专注品牌与效果的网站制作,网络营销seo公司;服务项目有等 </p> <p class="adpic"> <a href="https://www.cdcxhl.com/service/ad.html" target="_blank" class="ad">广告</a> <a href="" target="_blank" class="adimg"><img src=""></a> </p> <p class="copy"> 声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: <a href="http://www.csdahua.cn/" target="_blank">快上网</a> </p> </div> <div class="newsmorelb"> <p>成都快上网为您推荐相关内容</p> <ul> <li> <a href="/qtweb/news2/160602.html">网址访问不了-其他问题</a> </li><li> <a href="/qtweb/news1/160601.html">密Oracle加密技术保护你的重要信息</a> </li><li> <a href="/qtweb/news0/160600.html">大理服务器云存储费用多少?大理服务器云存储费用的构成和各项费用的优势</a> </li><li> <a href="/qtweb/news49/160599.html">用并行查询让SQLServer加速运行</a> </li><li> <a href="/qtweb/news48/160598.html">怎么降低香港服务器的流量压力</a> </li><li> <a href="/qtweb/news47/160597.html">怎么托管服务器?(如何托管到机房工作)</a> </li><li> <a href="/qtweb/news46/160596.html">Oracle无法呈现中文</a> </li><li> <a href="/qtweb/news45/160595.html">欧洲智能服务器:高效稳定的企业网络解决方案</a> </li><li> <a href="/qtweb/news44/160594.html">数据库系统概念第五版pdf全书最全详解(数据库系统概念第五版pdf)</a> </li> </ul> </div> </div> <div class="col-lg-3 noneb"> <div class="bkright" style="margin-top: 0"> <p><a href="https://www.cdcxhl.com/news/wxgzh/">微信公众号知识</a></p> <ul> <li> <a class="text_overflow" href="/qtweb/news31/150731.html">香港高防云服务器</a> </li><li> <a class="text_overflow" href="/qtweb/news7/323407.html">优惠券名称怎么填?(优惠券怎么写)</a> </li><li> <a class="text_overflow" href="/qtweb/news0/480350.html">OPPO手机为什么没手势密码</a> </li><li> <a class="text_overflow" href="/qtweb/news37/80487.html">概述VB.NET NotifyIcon控件</a> </li><li> <a class="text_overflow" href="/qtweb/news13/551713.html">MyBatis中如何防护SQL注入</a> </li><li> <a class="text_overflow" href="/qtweb/news13/403113.html">云主机的演进:第二代和第三代</a> </li><li> <a class="text_overflow" href="/qtweb/news21/291321.html">企业将越来越接近云端</a> </li><li> <a class="text_overflow" href="/qtweb/news7/81457.html">怎么查看一个docker容器占用空间的大小</a> </li><li> <a class="text_overflow" href="/qtweb/news49/127299.html">html如何把表格的边框去掉</a> </li><li> <a class="text_overflow" href="/qtweb/news0/218250.html">如何在linux中取消自动登陆(linux取消自动登陆)</a> </li><li> <a class="text_overflow" href="/qtweb/news39/370739.html">详解MVP模式的十四条清规戒律</a> </li><li> <a class="text_overflow" href="/qtweb/news7/37357.html">怎么查网站备案进度?(网站备案如何查)</a> </li><li> <a class="text_overflow" href="/qtweb/news43/41643.html">没有对比就没有伤害,优秀的代码VS糟糕的代码</a> </li><li> <a class="text_overflow" href="/qtweb/news18/401718.html">域名续费多少钱一年</a> </li><li> <a class="text_overflow" href="/qtweb/news16/52566.html">mysql存储过程问题解答</a> </li> </ul> </div> <div class="bkright tag"> <p><a href="https://www.cdcxhl.com/hangye/" target="_blank">同城分类信息</a></p> <ul> <li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/jiulousj/" target="_blank">酒楼设计</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/geshan/" target="_blank">格栅板</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/suliaodai/" target="_blank">塑料袋</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/hntjbz/" target="_blank">混凝土搅拌站</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/weixiufdj/" target="_blank">发电机维修</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/jianzhudonghua/" target="_blank">建筑动画</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/sqwhq/" target="_blank">社区文化墙</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/jiaquan/" target="_blank">除甲醛</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/iso/" target="_blank">iso认证</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/kafeitingsj/" target="_blank">咖啡厅设计</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/baiwuyu/" target="_blank">白乌鱼</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/huisuosj/" target="_blank">会所设计</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/wsjgd/" target="_blank">卫生间隔断</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/blgds/" target="_blank">玻璃钢雕塑</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/shachuang/" target="_blank">纱窗</a> </li><li class="col-lg-6 col-md-6 col-sm-6 col-xs-6"> <a href="https://www.cdcxhl.com/hangye/yangguangfang/" target="_blank">阳光房</a> </li> </ul> </div> </div> </div> <div class="carousel-inner linkbg" style="background: #fff"> <div class="container"> <a href="http://www.lsbanjia.cn/" target="_blank">崇州搬家公司</a>    <a href="http://www.lzwzjz.cn/" target="_blank">泸州网站建设</a>    <a href="http://www.ghfdjwx.com/" target="_blank">成都广告招牌</a>    <a href="https://www.cdcxhl.com/shoulu/" target="_blank">网站快速收录</a>    <a href="http://www.cxjianzhan.com/" target="_blank">成都网站建设</a>    <a href="http://chengdu.cdcxhl.cn/seo/ " target="_blank">成都网站优化</a>    <a href="http://seo.cdkjz.cn/seo/" target="_blank">百度关键词排名</a>    <a href="https://www.cdxwcx.com/city/luzhou/" target="_blank">泸州做网站</a>    <a href="http://www.cxjianzhan.com/mobile/" target="_blank">手机网站建设公司</a>    <a href="http://www.scfsjd.com/" target="_blank">复盛机电设备安装</a>    <a href="http://www.kjdeyu.com/" target="_blank">营山月子会所</a>    <a href="https://www.cdcxhl.cn/ " target="_blank">香港虚拟主机空间</a>    <a href="http://www.cdhuace.com/zhangui.html" target="_blank">成都展柜设计</a>    <a href="http://www.ghjhjc.com.cn/" target="_blank">广汉锦华</a>    <a href="https://www.cdcxhl.com/xiyun.html" target="_blank">移动服务器托管</a>    <a href="http://www.wjwzjz.com/" target="_blank">温江网站设计</a>    <a href="https://www.cdcxhl.com/gaiban/" target="_blank">网站改版</a>    <a href="http://www.cxhlcq.com/qiye/" target="_blank">重庆企业网站建设</a>    <a href="http://www.cdhuace.com/huace.html" target="_blank">宣传册设计</a>    <a href="http://www.cdkjz.cn/" target="_blank">成都网站建设</a>     </div> </div> <footer> <div class="carousel-inner footjz"> <div class="container"> <i class="icon iconfont zbw"></i> 高品质定制 <i class="icon iconfont"></i> 跨终端自动兼容 <i class="icon iconfont"></i> 节约开发成本 <i class="icon iconfont"></i> 开发周期短 <i class="icon iconfont"></i> 一体化服务 <button type="button" class="btn btn-default btn-lg" onClick="window.location.href='tencent://message/?uin=631063699&Site=&Menu=yes'"> 立即开始2800定制网站建设</button> <button type="button" class="btn btn-default btn-xs" onClick="window.location.href='tencent://message/?uin=631063699&Site=&Menu=yes'"> 2800定制网站建设</button> </div> </div> <div class="carousel-inner bqsy"> <div class="container"> <div class="lxfs"> <h4 class="yutelnone">028-86922220 13518219792</h4> <h4 class="yutelblock"><a href="tel:02886922220">028-86922220</a> <a href="tel:13518219792">13518219792</a></h4> <a class="btn btn-default" href="tencent://message/?uin=532337155&Site=&Menu=yes" role="button">网站建设<span>QQ</span>:532337155</a> <a class="btn btn-default" href="tencent://message/?uin=631063699&Site=&Menu=yes" role="button">营销推广<span>QQ</span>:631063699</a> <a class="btn btn1 btn-default" href="mqqwpa://im/chat?chat_type=wpa&uin=532337155&version=1&src_type=web&web_src=oicqzone.com" role="button">网站制作<span>QQ</span>:532337155</a> <a class="btn btn1 btn-default" href="mqqwpa://im/chat?chat_type=wpa&uin=631063699&version=1&src_type=web&web_src=oicqzone.com" role="button">营销推广<span>QQ</span>:631063699</a> <a class="btn btn-default nonea" href="tencent://message/?uin=1683211881&Site=&Menu=yes" role="button">售后QQ:1683211881</a> <div class="dz">成都快上网专注: <a href="http://www.csdahua.cn/" target="_blank">网站优化</a> <a href="http://www.csdahua.cn/" target="_blank">网络推广</a> <a href="http://www.csdahua.cn/" target="_blank">网站建设</a> <address>地址:成都太升南路288号锦天国际A幢10楼</address> </div> </div> <div class="bzdh dz"><img src="https://www.cdcxhl.com/imges/bottom_logo.png" alt="创新互联"> <p><a href="https://www.cdcxhl.com/menu.html" target="_blank">成都创新互联科技有限公司</a><br> Tel:028-86922220(7x24h)</p></div> </div> </div> </footer> </body> </html> <script> $.getJSON ("../../qtwebpic.txt", function (data) { var jsonContent = { "featured":data } var random = jsonContent.featured[Math.floor(Math.random() * jsonContent.featured.length)]; $(".adpic .adimg").attr("href",random.link) $(".adpic img").attr("src",random.pic); }) </script>