日期:2014-05-16  浏览次数:20414 次

后台菜单js代码
<html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <style type=text/css>
    body  { background:#799AE1; margin:0px; font:normal 12px 宋体; }
    table  { border:0px; }
    td  { font:normal 12px; }
    img  { vertical-align:bottom; border:0px; }
    a  { font:normal 12px 宋体; color:#215DC6; text-decoration:none; }
    a:hover  { color:#428EFF }
    .sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
    .menu_title  { }
    .menu_title span  { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
    .menu_title2  { }
    .menu_title2 span  { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
    </style>
    <script language=javascript>
    function menuShow(obj,maxh,obj2)
    {
    if(obj.style.pixelHeight<maxh)
    {
    obj.style.pixelHeight+=maxh/20;
    obj.filters.alpha.opacity+=5;
    obj2.background="";
    if(obj.style.pixelHeight==maxh/10)
    obj.style.display='block';
    myObj=obj;
    myMaxh=maxh;
    myObj2=obj2;
    setTimeout('menuShow(myObj,myMaxh,myObj2)','5');
    }
    }
    function menuHide(obj,maxh,obj2)
    {
    if(obj.style.pixelHeight>0)
    {
    if(obj.style.pixelHeight==maxh/20)
    obj.style.display='none';
    obj.style.pixelHeight-=maxh/20;
    obj.filters.alpha.opacity-=5;
    obj2.background="";
    myObj=obj;
    myMaxh=maxh
    myObj2=obj2;
    setTimeout('menuHide(myObj,myMaxh,myObj2)','5');
    }
    else
    if(whichContinue)
    whichContinue.click();
    }
    function menuChange(obj,maxh,obj2)
    {
    if(obj.style.pixelHeight)
    {
    menuHide(obj,maxh,obj2);
    whichOpen='';
    whichcontinue='';
    }
    else
    if(whichOpen)
    {
    whichContinue=obj2;
    whichOpen.click();
    }
    else
    {
    menuShow(obj,maxh,obj2);
    whichOpen=obj2;
    whichContinue='';
    }
    }
    </script>
    <base target=main>
    </head>
    <body onselectstart="return false;" ondragstart="return false;" oncontextmenu="return false;">
    <table cellpadding=0 cellspacing=0 width=158 align=center>
    <tr style="cursor:hand;">
    <td height=42 valign=bottom>
    <img src="http://www.pigzz.com/images/1.gif" width=158 height=38&g