热门标签:   个人网站   个人网页   WAP网站   网页特效   网页教程   收藏本站   设为主页  
首 页   个人网站   个人博客   WAP网站   网页特效   网页教程   软件教程   我要参展
帐 号: 密 码:
 
网站及资源搜索:  
 
  当前位置 > 中国个人网页秀-> 网页特效-> 页面特效-> 菜单导航-> 点击左键弹出菜单
点击左键弹出菜单
整理:Cnwshow.Com   来源:Internet   整理时间:2008-5-11

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>点击左键弹出菜单</title>
<style type="text/css">
body{font: 9pt "宋体"; margintop: 0px ; color: #ffffff; background: #000000}
a.{ font: 9pt "宋体"; cursor: hand; font-size: 9pt ; color: #ffffff; text-decoration: none }
a:active{ font: 9pt "宋体"; cursor: hand; color: #FF0033 }
a.cc:hover{ font: 9pt "宋体"; cursor: hand; color: #FF0033}
.box{ font: 9pt "宋体"; position: absolute;  background: #000000 }
</style>
</head>

<body>
<table id="itemopen" class="box" style="display:none" height="128">
<tr>
<td height="12">弹出菜单</td>
</tr>
<tr>
<td height="12"><a href="#" class="cc">网页特效库</a></td>
</tr>
<tr>
<td height="12"><a href="#" class="cc">整站模板</a></td>
</tr>
<tr>
<td height="12"><a href="#" class="cc">背景特效</a></td>
</tr>
<tr>
<td height="12"><a href="#" 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>
</body>
</html>

运行代码预览特效
  菜单导航 热门点击
·鼠标触发型导航菜单
·网页滑出式菜单
·类似Flash效果的菜单
·模仿QQ式的菜单
·同Flash媲美的导航菜单
·左右交叉合并导航效果
·Windows样式菜单
·非常流行的隐藏导航栏
·慢慢出现的链接菜单
·下拉透明菜单
  酷站推荐
关于本站  联系本站  免责声明  使用帮助  网站搜索  网站地图
Copyright © 2005-2008 Cnwshow.Com Inc All Rights Reserved 中国个人网页秀
技术支持:网秀科技   QQ群:36941957  客服QQ:151483161  粵ICP备05134415号