加css透明效果,就不会覆盖了MainTab=document.getElementById("mainTab");
MainTab.style.filter='alpha(opacity=30)';

解决方案 »

  1.   

    1、
    <form name="myform">
    <select name="select" size="1" onchange="location=this.options[this.selectedIndex].value">
    <option value="目录">目 录 </option>
    <option value="../index001.htm">Frontpage/option>
    <option value="../index002.htm">Photoshop</option>
    <option value="../index003.htm">Javascript</option>
    <option value="../index005.htm">HTML</option>
    <option value="../index006.htm">Flash</option>
    </select>
    </form>
    2、
    <!--把如下代码加入<body>区域中--><script language=javascript>
    <!--
    var index = 9
    link = new Array(8);
    text = new Array(8);//此处换上您的链接
    link[0] ='../index.html'
    link[1] ='../html.htm'
    link[2] ='../css.htm'
    link[3] ='../js.htm'
    link[4] ='../fp.htm'
    link[5] ='../ps.htm'
    link[6] ='../flash.htm'
    link[7] ='../source.htm'
    link[8] ='../free.htm'//此处换上您的链接文字
    text[0] ='<font face="Arial">HOME</font>'
    text[1] ='<font face="Arial">HTML</font>'
    text[2] ='<font face="Arial">CSS</font>'
    text[3] ='<font face="Arial">JAVASCRIPT</font>'
    text[4] ='<font face="Arial">FRONTPAGE</font>'
    text[5] ='<font face="Arial">PHOTOSHOP</font>'
    text[6] ='<font face="Arial">FLASH</font>'
    text[7] ='网页素材'
    text[8] ='免费资源'document.write ("<marquee scrollamount='1' scrolldelay='100' direction= 'up' width='150' height='150'>");for (i=0;i<index;i++){
    //此处换上您的图片
    document.write (" <img src='../image/dot.gif' width='10' height='10' border='0'><a href="+link[i]+" target='_blank'>");
    document.write (text[i] + "</A><br>");
    }
    document.write ("</marquee>")
    // -->
    </script>
      

  2.   

    谢谢以上各位,可是都不能解决问题,http://www.jjrzx.com/tx/mulu/gsjj.htm左面的导航,我是用层实现的。800X600看正好,但1024X768下就错位了,我观察其它网站,好多都是用脚本。
      

  3.   

    对错位了
    不过你可以用判断分辨率的方法,去动态调整这个位置偏离值www.1000script.com
    有这种方法