模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
网页特效代码
模板无忧
>
网页特效
>
菜单导航特效代码
>
收藏
分享
查看评论
菜单导航
演示
隐藏菜单效果_菜单导航特效
查看演示效果
特效Tag:
菜单
效果
添加
此文来自_模板无忧_www.mb5u.com
<style> #menuShow{ border: 1px solid #999999; background-color: #cccccc; padding: 0px; font-size: 10px; font-family: tahoma; position: absolute; width: 161px; height: auto; } #menuSelect{ border: 1px solid #999999; background-color: #cccccc; padding: 0px; font-size: 10px; font-family: tahoma; position: absolute; width: 161px; height: 24px; } a { font-family: "tahoma"; font-size: 10px; line-height: 16px; color: #333333; text-decoration: none} a:hover { font-family: "tahoma"; font-size: 10px; line-height: 16px; color: #FFFFFF; text-decoration: none} </style> <body bgcolor="#FFFFFF" text="#000000"> <div id="menuSelect" style="">
<img src="http://p1.mb5u.com/texiao/2010052300481146.gif" width="161" height="24" border="0"></a></div> <div id="menuShow" style="" align="center">
<img src="http://p1.mb5u.com/texiao/2010052300481147.gif" width="161" height="24" border="0"></a> <br> <a href="http://www.mb5u.com">模板无忧</a><br> <a href="http://sc.mb5u.com" >模板无忧素材</a><br> <a href="http://www.mb5u.com">Menu Item C</a><br> <br> <a href="http://www.mb5u.com">Menu Item D</a><br> <a href="http://www.mb5u.com">Menu Item E</a><br> <br> <a href="http://www.mb5u.com">Menu Item F</a><br> <a href="http://www.mb5u.com">Menu Item G</a><br> <a href="http://www.mb5u.com">Menu Item H</a><br> </div> <SCRIPT LANGUAGE="JavaScript"> // Set Show to "yes" to show the menu on start-up. // Set Show to "no" to show the selector on start-up. Show ="no"; // Set OffX in pixels to a negative number // somewhat larger than the width of the menu. var OffX = -200; // Set the PosX and PosY variables // to the location on the screen where the // menu should position (in pixels) when stopped. var PosX = 10; var PosY = 10; // Usually, use the settings shown; but you can // change the speed and the increment of motion // across the screen, below. var speed = 5; var increment = 5; var incrementNS4 = 5; // for slower NS4 browsers // do not edit below this line // =========================== var is_NS = navigator.appName=="Netscape"; var is_Ver = parseInt(navigator.appVersion); var is_NS4 = is_NS&&is_Ver>=4&&is_Ver<5; var is_NS5up = is_NS&&is_Ver>=5; var MenuX = OffX; var SelX = PosX; var sPosX = PosX; var sOffX = OffX; if (Show == "yes") { sPosX = OffX; sOffX = PosX; MenuX = sOffX; SelX = sPosX; } if (is_NS4) { increment = incrementNS4; Lq = "document.layers."; Sq = ""; eval(Lq+'menuSelect'+Sq+'.left=sPosX'); eval(Lq+'menuShow'+Sq+'.left=sOffX'); eval(Lq+'menuSelect'+Sq+'.top=PosY'); eval(Lq+'menuShow'+Sq+'.top=PosY'); } else { Lq = "document.all."; Sq = ".style"; document.getElementById('menuSelect').style.left = sPosX+"px"; document.getElementById('menuShow').style.left = sOffX+"px"; document.getElementById('menuSelect').style.top = PosY+"px"; document.getElementById('menuShow').style.top = PosY+"px"; } function moveOnMenu() { if (MenuX < PosX) { MenuX = MenuX + increment; if (is_NS5up) { document.getElementById('menuShow').style.left = MenuX+"px"; } else { eval(Lq+'menuShow'+Sq+'.left=MenuX'); } setTimeout('moveOnMenu()',speed); } } function moveOffMenu() { if (MenuX > OffX) { MenuX = MenuX - increment; if (is_NS5up) { document.getElementById('menuShow').style.left = MenuX+"px"; } else { eval(Lq+'menuShow'+Sq+'.left=MenuX'); } setTimeout('moveOffMenu()',speed); } } function moveOffSelector() { if (SelX > OffX) { SelX = SelX - increment; if (is_NS5up) { document.getElementById('menuSelect').style.left = SelX+"px"; } else { eval(Lq+'menuSelect'+Sq+'.left=SelX'); } setTimeout('moveOffSelector()',speed); } } function moveOnSelector() { if (SelX < PosX) { SelX = SelX + increment; if (is_NS5up) { document.getElementById('menuSelect').style.left = SelX+"px"; } else { eval(Lq+'menuSelect'+Sq+'.left=SelX'); } setTimeout('moveOnSelector()',speed); } } </script>
所属频道:
菜单导航特效
/
更新时间:2011-02-23
[收藏]
[报错]
[返回列表]
相关
菜单导航特效
:
CSS+div+js组合强大实现超酷菜单
超酷仿GOOGLE首页导航菜单效果
仿网易的滑动门技术DIV+CSS实现
仿蓝色理想网站的导航菜单
鼠标触及带边框菜单
用JS实现的类似框架的链接导航模式
CSS立体层
右键弹出菜单
纯css的导航下拉菜单
css模拟title和alt的提示效果
下拉菜单链接页面打开方式选择
跳动的菜单
菜单导航特效Rss订阅
特效代码搜索
菜单导航特效推荐
一个较酷的层叠式下拉菜单
DIV学写带动画的CSS+JS下拉导航条
纯CSS的选项卡(面试题)
仿QQ的下拉折叠菜单
同一网页使用多个滑动门(选项卡)的方法
日本门户网站的经典选项卡导航
一个选项卡Tab的雏形
JS+CSS另类折叠菜单
CSS+JSS滚动切换的选项卡【荐】
带缺口导航的CSS菜单栏
猜你也喜欢看这些
右下角随机显示的JS图片广告
图片的渐显播放效果的代码
最简单的JavaScript图片交替切换的雏形代码
jQuery 1.4 循环图片滚动
鼠标放上图片错位效果
jQuery 图片拉伸放大效果代码
基于marquee类带停顿横向图片滚动代码
感应鼠标的图片遮罩动画效果
图片闪烁代码
同一页面调用并显示多个图片幻灯切换效果
相关链接:
复制本页链接
|
搜索隐藏菜单效果
特效说明:
菜单导航模板
-
隐藏菜单效果
。