您好,欢迎来到模板无忧!
登录
注册
闂佽 鍋撻柟顖滃椤ワ拷
闂佺懓鍚嬬划搴ㄥ磼閿燂拷
闂侀潻闄勫妯好归敓锟�
闁汇埄鍨奸崰鏍ㄦ叏閿燂拷
模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
关闭顶部
展开顶部
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
AI鐏忓繗浠� 閼宠棄鍟撴导姘辨暰
閸╃喎鎮�
閹恒劏宕�
展开边栏
关闭边栏
网页特效代码
模板无忧
>
网页特效
>
菜单导航特效代码
>
收藏
分享
查看评论
菜单导航
演示
图形渐隐导航菜单栏_菜单导航特效
查看演示效果
特效Tag:
菜单栏
图形
添加
缂佸洦鈪礑edeCMS鐟欏棝顣堕弫娆戔柤
娑旀壆鈹栭梻锟� 缁夌喐婀囬崝鈥虫珤 闁缍夌涵鏇氱鞍閼辨棑绱�
閺冪姴鍜栫粩娆撴毐瀹搞儱鍙�,閻ф儳瀹抽弶鍐櫢娑撯偓闁款喖鍙忛弻锟�!
此文来自_模板无忧_www.mb5u.com
<html> <head> <meta http-equiv="Content-Type" mrc="text/html; charset=gb2312"> <meta name="keywords" mrc=""> <style type=text/css> body { background:#799AE1; margin:0px; font:normal 12px 宋体; } table { border:0px; } td { font:normal 12px 宋体; } img { vertical-align:bottom; border:0px; } a { font:normal 12px 宋体; color:#215DC6; text-decoration:none; } a:hover { color:#428EFF } .sec_menu { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; } .menu_title { } .menu_title span { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; } .menu_title2 { } .menu_title2 span { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; } </style> <script language=javascript> function menuShow(obj,maxh,obj2) { if(obj.style.pixelHeight<maxh) { obj.style.pixelHeight+=maxh/20; obj.filters.alpha.opacity+=5; obj2.background="http://p1.mb5u.com/texiao/title_bg_hide.gif"; if(obj.style.pixelHeight==maxh/10) obj.style.display='block'; myObj=obj; myMaxh=maxh; myObj2=obj2; setTimeout('menuShow(myObj,myMaxh,myObj2)','5'); } } function menuHide(obj,maxh,obj2) { if(obj.style.pixelHeight>0) { if(obj.style.pixelHeight==maxh/20) obj.style.display='none'; obj.style.pixelHeight-=maxh/20; obj.filters.alpha.opacity-=5; obj2.background="http://p1.mb5u.com/texiao/title_bg_show.gif"; myObj=obj; myMaxh=maxh myObj2=obj2; setTimeout('menuHide(myObj,myMaxh,myObj2)','5'); } else if(whichContinue) whichContinue.click(); } function menuChange(obj,maxh,obj2) { if(obj.style.pixelHeight) { menuHide(obj,maxh,obj2); whichOpen=''; whichcontinue=''; } else if(whichOpen) { whichContinue=obj2; whichOpen.click(); } else { menuShow(obj,maxh,obj2); whichOpen=obj2; whichContinue=''; } } </script> <base target=main> </head> <body onselectstart="return false;" ondragstart="return false;" oncontextmenu="return false;"> <table cellpadding=0 cellspacing=0 width=158 align=center> <tr style="cursor:hand;"> <td height=42 valign=bottom> <img src=http://p1.mb5u.com/texiao/title.gif width=158 height=38> </td> </tr> </table> <table cellpadding=0 cellspacing=0 width=158 align=center> <tr style="cursor:hand;"> <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=http://p1.mb5u.com/texiao/title_bg_hide.gif id=menuTitle1 onclick="menuChange(menu1,80,menuTitle1);"> <span>系统选项</span> </td> </tr> <tr> <td> <div class=sec_menu style="width:158px;height:80px;filter:alpha(Opacity=100);overflow:hidden;" id=menu1> <table cellpadding=0 cellspacing=0 align=center width=135 style="position:relative;top:10px;"> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 安全选项</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 垃圾邮件选项</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 动态规则选项</a> </td> </tr> </table> </div> </td> </tr> </table> <script language=javascript> var whichOpen=menuTitle1; var whichContinue=''; </script> <table cellpadding=0 cellspacing=0 width=158 align=center> <tr style="cursor:hand;"> <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=http://p1.mb5u.com/texiao/title_bg_show.gif id=menuTitle2 onclick="menuChange(menu2,120,menuTitle2);"> <span>系统规则</span> </td> </tr> <tr> <td> <div class=sec_menu style="width:158;height:0;filter:alpha(Opacity=0);display:none;" id=menu2> <table cellpadding=0 cellspacing=0 align=center width=135 style="position:relative;top:10px;"> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> IP过滤规则</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 信封过滤规则</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 信头过滤规则</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 信体过滤规则</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 附件过滤规则</a> </td> </tr> </table> </div> </td> </tr> </table> <table cellpadding=0 cellspacing=0 width=158 align=center> <tr style="cursor:hand;"> <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=http://p1.mb5u.com/texiao/title_bg_show.gif id=menuTitle3 onclick="menuChange(menu3,120,menuTitle3);"> <span>系统管理</span> </td> </tr> <tr> <td> <div class=sec_menu style="width:158;height:0;filter:alpha(Opacity=0);display:none;" id=menu3> <table cellpadding=0 cellspacing=0 align=center width=135 style="position:relative;top:10px;"> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 用户管理</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 进程管理</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 主机运行状态</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 数据备份</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 垃圾目录管理</a> </td> </tr> </table> </div> </td> </tr> </table> <table cellpadding=0 cellspacing=0 width=158 align=center> <tr style="cursor:hand;"> <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=http://p1.mb5u.com/texiao/title_bg_show.gif id=menuTitle4 onclick="menuChange(menu4,140,menuTitle4);"> <span>系统统计</span> </td> </tr> <tr> <td> <div class=sec_menu style="width:158;height:0;filter:alpha(Opacity=0);display:none;" id=menu4> <table cellpadding=0 cellspacing=0 align=center width=135 style="position:relative;top:10px;"> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> IP过滤统计</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 信封过滤统计</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 信头过滤统计</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 信体过滤统计</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 附件过滤统计</a> </td> </tr> <tr> <td height=20> <a href=http://www.mb5u.com onfocus=this.blur();><img src=http://p1.mb5u.com/texiao/img_u.gif> 动态规则统计</a> </td> </tr> </table> </div> </td> </tr> </table> <table cellpadding=0 cellspacing=0 width=158 align=center> <tr style="cursor:hand;"> <td height=25 class=menu_title onmouseover=this.className='menu_title2'; onmouseout=this.className='menu_title'; background=http://p1.mb5u.com/texiao/title_bg_quit.gif> <span>退出系统</span> </td> </tr> </table> </body> </html>
所属频道:
菜单导航特效
/
更新时间:2011-02-23
[收藏]
[报错]
[返回列表]
评论加载中....
相关
菜单导航特效
:
CSS+div+js组合强大实现超酷菜单
超酷仿GOOGLE首页导航菜单效果
仿网易的滑动门技术DIV+CSS实现
仿蓝色理想网站的导航菜单
鼠标触及带边框菜单
用JS实现的类似框架的链接导航模式
CSS立体层
右键弹出菜单
纯css的导航下拉菜单
隐藏菜单效果
css模拟title和alt的提示效果
下拉菜单链接页面打开方式选择
菜单导航特效Rss订阅
特效代码搜索
菜单导航特效推荐
带缺口导航的CSS菜单栏
半透明蓝色调水平下拉导航条,很漂亮
CSSplay网站的二级滑动菜单
面试时候写的CSS横向二级菜单
鼠标点击触发的导航菜单
CSS实现的Vista风格菜单
清新选项卡(一个页面布局两个)
滑出浮动层的CSS大块导航菜单
简单漂亮的导航条
右键点出菜单条
猜你也喜欢看这些
间隔时间自由滚动特技
页面的左右下脚始终固定不动的图片广告代码
纯CSS 漂亮的立体图片边框效果,阴影代码
鼠标接触或者离开图片时,图片大小会相应变化
可控的纵向图片滚动
纯CSS实现鼠标移上图片添加阴影效果
最简的JavaScript鼠标经过切换图片
下拉框选择图片的代码
前后轮翻的JS图片幻灯切换
CSS强制按比例缩小图片
相关链接:
复制本页链接
|
搜索图形渐隐导航菜单栏
特效说明:
菜单导航模板
-
图形渐隐导航菜单栏
。
閺€鎯版&閸掑棔闊�
QQ缁屾椽妫�
閺傜増姘顔煎触
閼垫崘顔嗗顔煎触
娴滆桨姹夌純锟�
瀵偓韫囧啰缍�
閻ф儳瀹抽幖婊嗘
婢跺秴鍩楃純鎴濇絻
閺囨潙顦�...