当前位置: 主页->网页特效专栏->页面特效->凭空取菜单
栏目导航
网页特效
  典型特效 状态栏
  游戏类 页面背景
  页面特效 页面导航
  文本操作 文本特效
  图形特效 鼠标特效
  时间日期 密码类
  浏览相关 警告对话
  技巧类 计数转换
  测试搜索 代码生成
  播放音乐 按钮特效
  系统相关 链接特效
  黑客性质 相关特效
  窗口特效 其它特效
最新更新
 
 
 
 
 
 
 
 
 
 
热点文章
 
 
 
 
 
 
 
 
 
 

凭空取菜单

夜鹰电脑教学网 加入日期:2005-04-05 22:28:00 点击数:

查看:[大字体 中字体 小字体]

说明: 凭空取菜单

效果: 点这里看效果!

代码:


<html>
<head>
<title>凭空取菜单 夜鹰电脑教学网</title>
<meta name="keywords"
content="popmenu,pop,navigation,navigator,menu,菜单,导航,导航菜单,弹出式,弹出,弹出菜单">
<meta name="description"
content="非常独特的弹出式菜单导航脚本,在页面的任意位置使用左键单击都可以弹出菜单。">
<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>
<style fprolloverstyle>A:hover {color: #000000}
</style>
</head>
<body marginwidth="0" marginheight="0" topmargin="0" link="#FFFFFF" vlink="#FFFFFF" bgcolor="#008000">
<a HREF="javascript:if(confirm('http://www.yy0736.com/ \n\n这个文件不能通过 Teleport Pro 取回, 因为 地址在一个域或为它的开始地址设定的边界的外部路径上. \n\n你想从服务器打开它吗?'))window.location='http://www.yy0736.com/'" tppabs="http://www.yy0736.com/" target="_blank"> </a>
<p align="center"> </p>
<div align="center"><center>

<table id="itemopen" class="box" style="display:none">
<tr>
<td>弹出菜单</td>
</tr>
<tr>
<td><a href="javascript:if(confirm('http://www.yy0736.com/ \n\n这个文件不能通过 Teleport Pro 取回, 因为 地址在一个域或为它的开始地址设定的边界的外部路径上. \n\n你想从服务器打开它吗?'))window.location='http://www.yy0736.com/'" tppabs="http://www.yy0736.com/" class="cc">网页特效</a></td>
</tr>
<tr>
<td><a href="index.html" tppabs="http://www.yy0736.com/js/01/" class="cc">典型特效</a></td>
</tr>
<tr>
<td><a href="index.html" tppabs="http://www.yy0736.com/js/02/" class="cc">状态栏</a></td>
</tr>
<tr>
<td><a href="index.html" tppabs="http://www.yy0736.com/js/03/" class="cc">游戏类</a></td>
</tr>
<tr>
<td><a href="index.html" tppabs="http://www.yy0736.com/js/04/" class="cc">页面背景</a></td>
</tr>
<tr>
<td><a href="index.html" tppabs="http://www.yy0736.com/js/05/" class="cc">页面特效</a></td>
</tr>
<tr>
<td><a href="index.html" tppabs="http://www.yy0736.com/js/06/" 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>

<p align="center"><font size="5">凭空取菜单</font></p>
<hr>

<p align="center">别以为这里什么都没有,<font color="yellow">在任意位置单击鼠标左键看看。</font></p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>

作者:佚名 来源: 网上转帖  

   

上篇:QQ式的导航   下篇:访问的页面要从指定的页面才能进入


[夜鹰论坛] [我要留言] [关闭窗口] [ ][TOP]

此文章最新评论(不超过十条)
■评论此文章 ( 有问题请去夜鹰论坛发帖 )
共有评论: 查看全部评论 姓名:
【 声明 】 您所发表的言论将被众多网友阅读,因此,您所发表的言论应不违反中国法律,不违背一般的道德原则,否则,您必须对您的不当言论引发的一切不良后果负责;此外,我们的管理员有权删除您发表的不当言论,谢谢合作!