posts - 0, comments - 0, trackbacks - 0, articles - 67

          div 最上層

          Posted on 2012-04-01 13:13 圣騎士武 閱讀(259) 評論(0)  編輯  收藏
          點擊div使之顯示在最上層 
          方法一

          <html>
          <head>
          <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
          <title></title>
          </head>
          <body>
          <div id="aaa" style="position:absolute;left:100px;top:100px;width:100px;height:100px;background-color:#ddeeff;z-index:1;"
          onclick
          ="moveUp(this.id)" ></div>
          <div id="bbb" style="position:absolute;left:150px;top:130px;width:100px;height:100px;background-color:#eeffdd;z-index:2;" onclick="moveUp(this.id)"></div>
          <div id="ccc" style="position:absolute;left:200px;top:160px;width:100px;height:100px;background-color:#ffddee;z-index:3;" onclick="moveUp(this.id)"></div>
          <script type="text/javascript">
          var divNo = document.getElementsByTagName("div").length;
          //alert(divNo);
          function moveUp(id)
          {
          divNo
          ++;
          var box = document.getElementById(id);
          box.style.zIndex
          =divNo;
          }
          </script>
          </body>
          </html>


          方法二

          <!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></title>
          <script type="text/javascript">
          function $(obj){
          return document.getElementById(obj);
          }
          function change(n){
          for (var i=1;i<4;i++){
          if(n==i){
          $(
          "a"+i).style.zIndex="100";
          }
          else{
          $(
          "a"+i).style.zIndex="0";
          }
          }
          }
          </script>
          </head>
          <body>
          <div id="a1" style="position:absolute;left:100px;top:100px;width:100px;height:100px;background-color:#ddeeff;z-index:1" onclick="change('1')" ></div>
          <div id="a2" style="position:absolute;left:150px;top:130px;width:100px;height:100px;background-color:#eeffdd;z-index:2" onclick="change('2')"></div>
          <div id="a3" style="position:absolute;left:200px;top:160px;width:100px;height:100px;background-color:#ffddee;z-index:3" onclick="change('3')"></div>
          </body>
          </html>


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 奈曼旗| 宜兰县| 普定县| 正蓝旗| 乌兰察布市| 体育| 平泉县| 屏南县| 安义县| 星子县| 遂平县| 蒙阴县| 通榆县| 武陟县| 新乡市| 阿鲁科尔沁旗| 东至县| 琼中| 临颍县| 锡林郭勒盟| 桐柏县| 旅游| 渑池县| 周至县| 洛阳市| 乌苏市| 长泰县| 南丹县| 沈阳市| 仙游县| 英山县| 高台县| 松江区| 奉新县| 沈丘县| 乐陵市| 定远县| 长海县| 栾城县| 延安市| 苍梧县|