function menuItemIn() 

    if(leftLine != 150) 
    { 
//item11.style.pixelLeft += 20; item11.filters.alpha.opacity += 20; 
  //  item12.style.pixelLeft -= 20; item12.filters.alpha.opacity += 20; 
  //  item13.style.pixelLeft += 20; item13.filters.alpha.opacity += 20; 
item1.style.pixelLeft += 20; item1.filters.alpha.opacity += 20; 
    item2.style.pixelLeft -= 20; item2.filters.alpha.opacity += 20; 
    item3.style.pixelLeft += 20; item3.filters.alpha.opacity += 20; 
    leftLine += 20; 

    else 
    { 
clearTimeout(window.timerIn); 
    return false; 

    timerIn=window.setTimeout('menuItemIn()',1); 
} function menuItemOut() 

    clearTimeout(window.timerIn); 
    if (leftLine != 50) 
      { 
      
     // item11.style.pixelLeft -= 20; item11.filters.alpha.opacity -= 20; 
     // item12.style.pixelLeft += 20; item12.filters.alpha.opacity -= 20; 
     // item13.style.pixelLeft -= 20; item13.filters.alpha.opacity -= 20; 
      item1.style.pixelLeft -= 20; item1.filters.alpha.opacity -= 20; 
      item2.style.pixelLeft += 20; item2.filters.alpha.opacity -= 20; 
      item3.style.pixelLeft -= 20; item3.filters.alpha.opacity -= 20; 
      leftLine -= 20; 
  }  
    else 
      { 
clearTimeout(window.timerOut); 
    return false; 
      } 
    timerOut=window.setTimeout("menuItemOut()",1); 

</script> 

解决方案 »

  1.   

    <div align=center id="item11" style="position:absolute; left:50px; top:55px; width:99px; height:19px; z-index:2; background-color: #0099CC; layer-background-color: #0099CC; border: 1px none #000000; filter:alpha(opacity=0);padding-top:4;cursor:hand;font-size:9pt" 
    onmouseover="this.style.backgroundColor= '#006699';stopTimerline()" 
    onmouseout="this.style.backgroundColor= '#0099cc';runTimerline()"> <a href="http://www.163.com">菜单项一 </a> </div> 
    <div align=center id="item12" style="position:absolute; left:250px; top:77px; width:99px; height:19px; z-index:3; background-color: #0099CC; layer-background-color: #0099CC; border: 1px none #000000; filter:alpha(opacity=0);padding-top:3;cursor:hand;font-size:9pt" 
    onmouseover="this.style.backgroundColor= '#006699';stopTimerline()" 
    onmouseout="this.style.backgroundColor= '#0099cc';runTimerline()"> <a href="http://mail.163.com">菜单项二 </a> </div> 
    <div align=center id="item13" style="position:absolute; left:50px; top:99px; width:99px; height:19px; z-index:4; background-color: #0099CC; layer-background-color: #0099CC; border: 1px none #000000; filter:alpha(opacity=0);padding-top:3;cursor:hand;font-size:9pt" 
    onmouseover="this.style.backgroundColor= '#006699';stopTimerline()" 
    onmouseout="this.style.backgroundColor= '#0099cc';runTimerline()"> <a href="http://xyq.163.com">菜单项三 </a> </div> 
    </div> 这一部分调用的方法替换掉
      

  2.   

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta name="Keywords" content="51windows.Net">
    <META NAME="Author" CONTENT="haiwa">
    <title>Asp生成条码</title>
    <style>
    <!--
    *         {font:menu}
    -->
    </style>
    </head><body>
    <%
    function haiwaocde(zfstr)
    zf = zfstr
    zf = replace(zf,"0","_|_|__||_||_|")
    zf = replace(zf,"1","_||_|__|_|_||")
    zf = replace(zf,"2","_|_||__|_|_||")
    zf = replace(zf,"3","_||_||__|_|_|")
    zf = replace(zf,"4","_|_|__||_|_||")
    zf = replace(zf,"5","_||_|__||_|_|")
    zf = replace(zf,"7","_|_|__|_||_||")
    zf = replace(zf,"6","_|_||__||_|_|")
    zf = replace(zf,"8","_||_|__|_||_|")
    zf = replace(zf,"9","_|_||__|_||_|")
    zf = replace(zf,"a","_||_|_|__|_||")
    zf = replace(zf,"b","_|_||_|__|_||")
    zf = replace(zf,"c","_||_||_|__|_|")
    zf = replace(zf,"d","_|_|_||__|_||")
    zf = replace(zf,"e","_||_|_||__|_|")
    zf = replace(zf,"f","_|_||_||__|_|")
    zf = replace(zf,"g","_|_|_|__||_||")
    zf = replace(zf,"h","_||_|_|__||_|")
    zf = replace(zf,"I","_|_||_|__||_|")
    zf = replace(zf,"j","_|_|_||__||_|")
    zf = replace(zf,"k","_||_|_|_|__||")
    zf = replace(zf,"l","_|_||_|_|__||")
    zf = replace(zf,"m","_||_||_|_|__|")
    zf = replace(zf,"n","_|_|_||_|__||")
    zf = replace(zf,"o","_||_|_||_|__|")
    zf = replace(zf,"p","_|_||_||_|__|")
    zf = replace(zf,"r","_||_|_|_||__|")
    zf = replace(zf,"q","_|_|_|_||__||")
    zf = replace(zf,"s","_|_||_|_||__|")
    zf = replace(zf,"t","_|_|_||_||__|")
    zf = replace(zf,"u","_||__|_|_|_||")
    zf = replace(zf,"v","_|__||_|_|_||")
    zf = replace(zf,"w","_||__||_|_|_|")
    zf = replace(zf,"x","_|__|_||_|_||")
    zf = replace(zf,"y","_||__|_||_|_|")
    zf = replace(zf,"z","_|__||_||_|_|")
    zf = replace(zf,"-","_|__|_|_||_||")
    zf = replace(zf,"*","_|__|_||_||_|")
    zf = replace(zf,"/","_|__|__|_|__|")
    zf = replace(zf,"%","_|_|__|__|__|")
    zf = replace(zf,"+","_|__|_|__|__|")
    zf = replace(zf,".","_||__|_|_||_|")haiwaocde = zf
    end function
    code_H = 52
    code_W = 2
    function dragcode(ccode)
    c = ccode
    c = replace(c,"_","<span style='height:"&code_H&";width:"&code_w&";background:#FFFFFF'></span>")
    c = replace(c,"|","<span style='height:"&code_H&";width:"&code_w&";background:#000000'></span>")
    dragcode = c
    end function
    function dragtext(ccode)
    c = ccode
    dragtext = ""
    for I=1 to len
    dragtext = dragtext&"<span style='width:26;text-align:center'>"&mid(c,I,1)&"</span>"
    next
    dragtext = dragtext
    end functionFunction CheckExp(patrn,str)
    Set regEx=New RegExp
    regEx.Pattern=patrn
    regEx.IgnoreCase=true
    regEx.Global=True
    CheckExp = regEx.test(str)  
    End Function
    code = request("c")if code = "" then
    code = "*51windows.net*"
    else
    if Checkexp("^[abcdefghijklmnopqrstuvwxyz1234567890\+\-\*\/\%\$\.]*$",code) then
      code = "*"&code&"*"
    else
      code = "*51windows.net*"
      errstr = "<br><center style='color:red;'>????·?·¨×?·? </center>"
    end if
    end if
    ocode = code
    code = lcase(code)
    %>
    <center><form name="form1" method="post">??·¨×?·???ABCDEFGHIJKLMNOPQRSTUVWXYZ 1234567890 + - * / % $ .<br><br><input name="c" type="text" value="<%=request("c")%>" size="25" maxlength="15"> <input type="submit" name="Submit" value="?á??"></form><center>
    <div align="center">
      <center>
      <table border="0" cellpadding="0" cellspacing="0" height="79">
        <tr>
          <td height="61" align="center"><%=dragcode(haiwaocde(code))%></td>
        </tr>
        <tr>
          <td height="18" align="center" style="text-align:justify;text-justify:Distribute-all-lines;"><%=(ocode)%></td>
        </tr>
      </table>
      </center>
    </div>
    <%=errstr%>
    </body></html> 
    帮忙看看啊