首页 - 图片 - 汽车 - 百科 - 旅游 - 美食 - 英语 - IT资讯 - 留学 - 移民 - 电影 - 下载 - 站点地图
您的位置: 易飞网 >> 资讯 >> 网页特效 >> 导航特效代码 >> 查看资讯
上一篇 | 下一篇 | 收藏此文 2007-3-10 02:35 作者: 来源: 查看: 226次
<table id="itemopen" class="box" style="display:none" height="128"> <tr> <td height="12">弹出菜单</td> </tr> <tr> <td height="12"><a href="http://www.butong.net" class="cc">网页特效库</a></td> </tr> <tr> <td height="12"><a href="http://www.butong.net/moban/index.htm" class="cc">整站模板</a></td> </tr> <tr> <td height="12"><a href="http://www.butong.net/background/index.htm" class="cc">背景特效</a></td> </tr> <tr> <td height="12"><a href="http://www.butong.net/navigation/index.htm" class="cc">网页特效</a></td> </tr> </table> </center></div><!-- End of Popup Menu --> <script language="JavaScript"> document.onclick = popUp function popUp() { newX = window.event.x + document.body.scrollLeft newY = window.event.y + document.body.scrollTop menu = document.all.itemopen if ( menu.style.display == ""){ menu.style.display = "none" } else { menu.style.display = ""} menu.style.pixelLeft = newX - 50 menu.style.pixelTop = newY - 50 } </script>