当前位置:首页 > 长沙网站建设 > 类式QQ菜单制作代码 JS

类式QQ菜单制作代码 JS

2403

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="JavaScript">
var titleHeight = 22;    //标题的高度
var bodyHeight = 160;    //菜单内容项的高度
var groupcount = 4;      //组的个数
var step = 3;          //移动速度
//显示菜单的内容
function showDiv(obj1, obj2)
{
    //以下循环为改变标题的背景颜色
    for(i=0;i<document.all.tags("td").length;i++)
    {
      if (document.all.tags("td")[i].className == 'headtd')
       document.all.tags("td")[i].bgColor = '#cccc66';
    }
    obj2.bgColor = '#cccc66';
    moveme(obj1);
}
//移动菜单内容
function moveme(obj)
{
    idnumber = parseInt(obj.id.substr(4));
    objtop = titleHeight * (idnumber - 1);
    objbuttom = bodyHeight + titleHeight * (idnumber - 2);
    currenttop = parseInt(obj.style.top);
    if (currenttop >= objbuttom)
    {
      //检验出每一个应该向上移动的层
      countid = 1;
      for(i=0;i<document.all.tags("div").length;i++)
      {
       if (document.all.tags("div")[i].id == 'item'+countid+'body')
       {
        obj = document.all.tags("div")[i];
        objtop = titleHeight * (countid - 1);
        moveup(obj,objtop);
        if (countid == idnumber)
         break;
        countid++;
       }
      }
}
else if ((currenttop <= objtop) && (idnumber < groupcount))
{
  //检验出每一个应该向下移动的层
  idnumber++;
  countid = groupcount;
  for(i=document.all.tags("div").length-1;i>=0;i--)
  {
   if (document.all.tags("div")[i].id == 'item'+countid+'body')
   {
    obj = document.all.tags("div")[i];
    objbuttom = bodyHeight + titleHeight * (countid - 2);
    movedown(obj,objbuttom);
    if (countid == idnumber)
     break;
    countid--;
   }
  }
}
}
//向上移动的方法
function moveup(obj,objtop)
{
    currenttop = parseInt(obj.style.top);
    if (currenttop > objtop)
    {
      obj.style.top = currenttop - step;
      window.setTimeout('moveup('+obj.id+','+objtop+')',1)
    }
}
//向下移动的方法
function movedown(obj,objbuttom)
{
    currenttop = parseInt(obj.style.top);
    if (currenttop < objbuttom)
    {
      obj.style.top = currenttop + step;
      window.setTimeout('movedown('+obj.id+','+objbuttom+')',1)
    }
}
</script>
<style type="text/css">
<!--showme
.headtd {  border: 3px outset; border-color: #00bbFF #0007cc #0007cc #00aacc; cursor: hand; font-size: 10pt}
.bodytd {  background: gray; border: 2px outset; border-color: #00aaFF #0007cc #0007cc #00aacc; font-size: 10pt}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<div id="mainboard" style="position:absolute; left:2px; top:2px; width:120px; height:226px; z-index:3; overflow: hidden; background-color: #cccc66;">
  <div id="item1body" style="position:absolute; left:0; top:0; width:120px; height:160px; z-index:1; overflow: hidden">
    <table width="100%" border="0" height="100%" cellpadding="2" cellspacing="0">
      <tr>
        <td id="item1head" height="20" class="headtd" onClick="showDiv(item1body,this)" bgcolor="#cccc66">
          <div align="center">第一级</div>
        </td>
    </tr>
    <tr>
        <td class="bodytd">
          <div align="center">123</div>
        </td>
    </tr>
  </table>
  </div>
  <div id="item2body" style="position:absolute; left:0px; top:160; width:120; height:160; z-index:2; overflow: hidden">
    <table width="100%" border="0" height="100%" cellpadding="2" cellspacing="0">
      <tr>
        <td id="item2head" height="20" class="headtd" onClick="showDiv(item2body,this)" bgcolor="#cccc66">
          <div align="center">第二级</div>
        </td>
      </tr>
      <tr>
        <td class="bodytd">
          <div align="center">456</div>
        </td>
      </tr>
    </table>
    <p class="headtd"> </p>
  </div>
  <div id="item3body" style="position:absolute; left:0; top:182; width:120px; height:160; z-index:3">
    <table width="100%" border="0" height="100%" cellpadding="2" cellspacing="0">
      <tr>
        <td id="item3head" height="20" class="headtd" onClick="showDiv(item3body,this)" bgcolor="#cccc66">
          <div align="center">第三级</div>
        </td>
      </tr>
      <tr>
        <td class="bodytd">
          <div align="center">789</div>
        </td>
      </tr>
    </table>
  </div>
  <div id="item4body" style="position:absolute; left:0; top:204; width:120px; height:160; z-index:4; overflow: hidden">
    <table width="100%" border="0" height="100%" cellpadding="2" cellspacing="0">
      <tr>
        <td id="item4head" height="20" class="headtd" onClick="showDiv(item4body,this)" bgcolor="#cccc66">
          <div align="center">第四级</div>
        </td>
      </tr>
      <tr>
        <td class="bodytd">
          <div align="center">000</div>
        </td>
      </tr>
    </table>
  </div>
</div>
</body>
</html>


 

发表评论
◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

相关文章

2021年优度成功签约并完成泰坦凝胶官网

2021年优度成功签约并完成泰坦凝胶官网

此网站采用标准网站建设方案,PC+移动自动转换模式,网站产品为一款火爆的微商产品,也是一款男性用品。...

备案与没备案的新网站老域名为什么百度都不收录?

备案与没备案的新网站老域名为什么百度都不收录?

现在互联网越来越难做,百度的门槛越来越高,以前新网站上线提交后3天就会收录,现在新网站上线每天提交还不一定会收录,必须结合外链才有效。...

做好“着陆页”,公司销售业绩将提升一大步

做好“着陆页”,公司销售业绩将提升一大步

当今,一个能在用户寻找“返回”按钮之前抓住用户眼球的着陆页比以往任何时候都更有商业价值。值得庆幸的是,一个好的着陆页面的设计过程比以往更加容易把握,诀窍在于弄清楚实现这个非常重要的切入点所需的核心要素...

什么是关键词?

什么是关键词?

关键词就是你向搜索引擎发出的一个指令,是让搜索引擎帮助你查找相关信息的命令,它可以是一个字,也可以是一个词、一句话、一个英字母、英文单词、一个数字、一个符号等任何可以在搜索框中输入的信息。...

什么样的网站才是一个合格的SEO网站?

什么样的网站才是一个合格的SEO网站?

在讲网站之前还是来介绍一下什么是网站,因为这里的学员还有很多SEO初学者,网站就好比是我们在某个商场、某个小区开的一个店铺,你做生意肯定是有一个店铺的对吧,那么网站就是一个互联网上的店铺,是一个虚拟的...