鼠标触发型导航菜单,推荐!
<P>把如下代码复制到<head>与</head>之间</P><P><style type="text/css"><BR><!--<BR>.ww1 {width:500px;background-color:#D1E7FC;border-top:1px solid #9EC9EC;border-left:1px solid #9EC9EC;}<BR>.ww1 td {border-right:1px solid #9EC9EC;border-bottom:1px solid #9EC9EC;height:28px;text-align:center;width:125px;font-size:12px;cursor:hand;}<BR>.ww1 td.s {border-bottom:1px solid #FFFFFF;font-weight:bold;background-color:#FFFFFF;}<BR>.ww2 {width:500px;border-right:1px solid #9EC9EC;border-top:none;border-left:1px solid #9EC9EC;border-bottom:1px solid #9EC9EC;font-size:12px;}<BR>.ww2 a:link {color:#00007f;text-decoration:none;}<BR>.ww2 a:visited {color:#800080;text-decoration:none;}<BR>.ww2 a:hover {color:#00007f;text-decoration:underline;}<BR>.ww2 a:active {color:#00007f;text-decoration:underline;}<BR>.dis {display:block}<BR>.undis {display:none}<BR>--><BR></style><BR><script><BR> function getNames(obj,name,tij)<BR> { <BR> var p = document.getElementById(obj);<BR> var plist = p.getElementsByTagName(tij);<BR> var rlist = new Array();<BR> for(i=0;i<plist.length;i++)<BR> {<BR> if(plist[i].getAttribute("name") == name)<BR> {<BR> rlist[rlist.length] = plist[i];<BR> }<BR> }<BR> return rlist;<BR> }</P>
<P> function butong_net(obj,name)<BR> {<BR> var p = obj.parentNode.getElementsByTagName("td");<BR> var p1 = getNames(name,"f","div");<BR> for(i=0;i<p1.length;i++)<BR> {<BR> if(obj==p[i])<BR> {<BR> p[i].className = "s";<BR> p1[i].className = "dis";<BR> }<BR> else<BR> {<BR> p[i].className = "";<BR> p1[i].className = "undis";<BR> }<BR> }<BR> }<BR></script></P>
<P>把如下代码复制到<body>与</body>之间</P>
<P><table border="0" cellpadding="0" cellspacing="0" class="ww1"><BR> <tr><BR> <td class="s" onmouseover="butong_net(this,'butong_net1')">网页特效库</td><BR> <td onmouseover="butong_net(this,'butong_net1')">网页工具库1</td><BR> <td onmouseover="butong_net(this,'butong_net1')">网页工具库2</td><BR> <td onmouseover="butong_net(this,'butong_net1')">网页工具库3</td><BR> </tr><BR></table><BR><table border="0" cellpadding="0" cellspacing="0" class="ww2"><BR> <tr><BR> <td height="60" align="center"><BR> <div id=butong_net1><BR> <div class=dis name="f"><BR> <a href="<A href="http://www.butong.net/background/index.htm">http://www.butong.net/background/index.htm</A>" target="_blank">背景按钮特效</a> <a href="<A href="http://www.butong.net/navigation/index.htm">http://www.butong.net/navigation/index.htm</A>" target="_blank">导航菜单特效</a> <a href="<A href="http://www.butong.net/img/index.htm">http://www.butong.net/img/index.htm</A>" target="_blank">网页图片特效</a> <a href="<A href="http://www.butong.net/text/index.htm">http://www.butong.net/text/index.htm</A>" target="_blank">网页文本特效</a> <a href="<A href="http://www.butong.net/other/index.htm">http://www.butong.net/other/index.htm</A>" target="_blank">另类网页特效</a><BR> </div><BR> <div class=undis name="f"><BR> <a href="<A href="http://www.butong.net/tool/html_edit.htm">http://www.butong.net/tool/html_edit.htm</A>" target="_blank">在线html编辑器</a> <a href="<A href="http://www.butong.net/tool/css_edit/index.htm">http://www.butong.net/tool/css_edit/index.htm</A>" target="_blank">在线CSS编辑器</a> <a href="<A href="http://www.butong.net/tool/web_yanse.htm">http://www.butong.net/tool/web_yanse.htm</A>" target="_blank">网页颜色选择器</a> <a href="<A href="http://www.butong.net/tool/gdtys.htm">http://www.butong.net/tool/gdtys.htm</A>" target="_blank">滚动条颜色生成器</a><BR> </div><BR> <div class=undis name="f"><BR> <a href="<A href="http://www.butong.net/tool/open.htm">http://www.butong.net/tool/open.htm</A>" target="_blank">弹出窗口生成器</a> <a href="<A href="http://www.butong.net/tool/ymxg.htm">http://www.butong.net/tool/ymxg.htm</A>" target="_blank">页面过渡效果生成器</a> <a href="<A href="http://www.butong.net/tool/jiamijiemi.htm">http://www.butong.net/tool/jiamijiemi.htm</A>" target="_blank">网页加密解密工具</a><BR> </div><BR> <div class=undis name="f"><BR> <a href="<A href="http://www.butong.net/tool/fjtzh.htm">http://www.butong.net/tool/fjtzh.htm</A>" target="_blank">文本繁简体转换工具</a> <a href="<A href="http://www.butong.net/tool/hzzpy.htm">http://www.butong.net/tool/hzzpy.htm</A>" target="_blank">汉字转换成拼音工具</a> <a href="<A href="http://www.butong.net/tool/wenzijiami.htm">http://www.butong.net/tool/wenzijiami.htm</A>" target="_blank">文字加密解密工具</a><BR> </div><BR> </div><BR> </td><BR> </tr><BR></table><BR></P> 运行有错误码 可以注解一下吗
页:
[1]