回 帖 发 新 帖 刷新版面

主题:请问,像本站的导航是怎么做的?

我想问一下,像本站的导航是怎么做的?

哪位朋友说说具体实现的方法,你要把我当做是一个新手来教

能详细的尽量详细一点

最好能帮我做一个简单的实现,里面只要实面功能就行

回复列表 (共1个回复)

沙发


<html>
<head runat="server">
    <title>无标题页</title>
            <script>
    function Size()
    {
        if (switchPoint.innerText==3){
                switchPoint.innerText=4
                document.all("left").style.display="none"
                document.all("left").style.display="none"
                document.all("left").width=""
        }
        else{
                switchPoint.innerText=3
                document.all("left").style.display=""
                document.all("left").style.display=""
                document.all("left").width="185"
        }
     }
    </script>
    <style>
.navPoint {
    COLOR: red;
    CURSOR: hand;
    FONT-FAMILY: Webdings;
    FONT-SIZE: 9pt;
    
}
</style>
</head>
<body>
    <form id="form1" runat="server">
    <div>
      <table>            
         <tr>
         <td style="width: 184px" id=left>
                <iframe width=185px height=455 frameborder=yes  name=ifLeft id=ifLeft></iframe>
                </td>
  <td style="HEIGHT: 250; width: 38px;" valign="middle" >
  <table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#33CC99"> 
  <tr> 
        <TD align="center" onclick=Size()><SPAN class=navPoint id=switchPoint title=关闭/打开左栏>3</SPAN></TD> </tr></table>
        <td>
       
      <iframe width=100% height=455 frameborder=1 style="height: 455px; width: 100%;" name=ifRight id=ifRight></iframe>
                    &nbsp;</td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>

我来回复

您尚未登录,请登录后再回复。点此登录或注册