首页 > 其他分享 >解决div总是被select遮挡的问题

解决div总是被select遮挡的问题

时间:2022-11-18 18:34:43浏览次数:72  
标签:www http target 遮挡 麦田圈 blank div 0px select


<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>解决div总是被select遮挡的问题-懒人图库</title>
<style>
body{margin:0px;padding:0px;}
#message_box{ position:absolute; width:800px; height:536px; z-index:10000; visibility:hidden; border:#000 3px solid;background-color:#FFF;margin:40px 0px 0px 50px;}
#mask{ position:absolute; top:0; left:0; width:expression_r(body.scrollWidth); height:expression_r(body.scrollHeight); background:#000; filter:ALPHA(opacity=80); z-index:1; visibility:hidden}
.close-what{float:right;cursor:hand;}
.message{background-color:#F4F4F4;width:754px;height:200px;margin:20px 20px 20px 20px;color:#FF6600;}

</style>
</head>

<body>

   <div id="message_box"><iframe src="" style="width:800px;height:536px;top:0px;left:0px;position:absolute;visibility:inherit;z-index:-1;" frameborder=0></iframe>
     <div class="close-what" οnclick="document.getElementByIdx('message_box').style.visibility='hidden';document.getElementByIdx('mask').style.visibility='hidden'"><img src="/images/close-what.gif"></div>
     <div class="message">
       <p>麦田怪圈(Crop circle)是在麦田或其他农田上,透过某种力量把农作物压平而产生出几何图案。此现象在1970年代后期才开始引起公众注意。目前,有众多麦田圈事件被他人或者自己揭发为有人故意制造出来以取乐或者招揽游客。唯麦田圈中的作物“平顺倒塌”方式以及植物茎节点的烧焦痕迹并不是人力压平所能做到,也有麻省理工学院学生试图用自制设备反向复制此一现象但依然未能达成,至今仍然没有解释该现象是何种设备或做法能够达到。此点也是外星支持论者的主要物证基础。</p>
       <p>效果演示:<a href="​​​http://www.maitianquan.com/​​​" target="_blank">麦田圈</a></p>
     </div>
</div>
     
    <div id="mask"></div>
    <table width="960" height="2603" border="0" align="center" cellpadding="0" cellspacing="0">
                  <tr>
                    <td width="960" height="303" align="center"><p><span οnclick="document.getElementByIdx('mask').style.visibility='visible';document.getElementByIdx('message_box').style.visibility='visible'" style="cursor:hand"><a href="#">什么是麦田圈?</a></span>
                      </p>
                      <p>
                        <select name="select">
                          <option value="西西">还能看到我吗</option>
                        </select>
                        </p>
                      <p>效果演示:<a href="​​​http://www.maitianquan.com/​​​" target="_blank">麦田圈</a></p>
                    <p>只要在层里面加上下面代码就可以了~</p>
                    <p><iframe src="" style="width:800px;height:536px;top:0px;left:0px;position:absolute;visibility:inherit;z-index:-1;" frameborder=0></iframe></p>
                    <p>整理:<a href="​​​http://www.lanrentuku.com/​​​" target="_blank">西西</a>(转载请保留此信息)</p>
                    <p>查找更多代码,请访问:<a href="​​​http://www.lanrentuku.com/​​​" target="_blank">懒人图库</a></p></td>
                  </tr>
                  <tr>
                    <td height="2300" align="center"></td>
                  </tr>
                </table>
    <!-- //message_box -->
</body>
</html>

标签:www,http,target,遮挡,麦田圈,blank,div,0px,select
From: https://blog.51cto.com/haibo0668/5868898

相关文章

  • POJ 1845Sumdiv(数论)
    SumdivTimeLimit:1000MS MemoryLimit:30000KTotalSubmissions:20041 Accepted:5060DescriptionConsidertwonaturalnumbersAandB.LetSbethesumof......
  • Codeforces Round #673 (Div. 2) Problem A
    今天的题。本来打算把比赛坚持打完的,但是因为生病了,还是早点睡吧,把第一题摸了。题面如下:BTheroisapowerfulmagician.Hehasgotnpilesofcandies,thei-thpile......
  • Codeforces Round #672 (Div. 2) ProblemB
    9月25日的打卡。为什么又过了零点?因为和朋友去摸鱼了。今天讲一下昨晚比赛的第二题。题面如下:Danikurgentlyneedsrockandlever!Obviously,theeasiestwaytoge......
  • Codeforces Round #672 (Div. 2) Problem A
    今日份的题目。(指9月24日,因为比赛从晚上10点半持续到12点半)问题A是水题,题面如下(大半夜了,就不翻译了,赶着睡觉)(其他题目明天再发)Wheatleydecidedtotrytomakeatestcha......
  • SelectSortDoWhile
    packagecom.challenger;importcom.challenger.Util;publicclassSelectSortDoWhile{   publicstaticvoidmain(String[]args)   {       //define......
  • SelectSortWhile
    publicclassSelectSortWhile{   publicstaticvoidmain(String[]args)   {       //definearray       int[]arr={5,8,2,3,7,4,10,6,9,1};......
  • Linux网络编程 I/O多路复用——select和poll
    0.I/O多路复用所谓I/O就是对socket提供的内存缓冲区的写入和读出。多路复用就是指程序能同时监听多个文件描述符。 之前的学习中写了多进程和多线程版的简单服务器模......
  • SVG Line Between Divs (multi-point)
     <!doctypehtml><html><head><metacharset="utf-8"><title>SVGLineBetweenDivs(multi-point)</title><style>html,body{margin:0;padding:0;}......
  • Codeforces Round #828 (Div. 3) A~F
    A签到点击查看代码#include<bits/stdc++.h>#definelllonglongusingnamespacestd;constintN=2e5+10;intn;map<int,char>m;inta[N];chars[N];i......
  • Selenium4+Python3系列(七) - Iframe、Select控件、交互式弹出框、执行JS、Cookie操作
    前言突然,想把所有之前未更新的常用Api操作、演示写出来,算是对API的一种完结吧。下面按照Api模块来做逐一介绍。一、iframe操作iframe识别:语法:driver.switch_to.fram......