您好,欢迎来到模板无忧!
登录
注册
闂佽 鍋撻柟顖滃椤ワ拷
闂佺懓鍚嬬划搴ㄥ磼閿燂拷
闂侀潻闄勫妯好归敓锟�
闁汇埄鍨奸崰鏍ㄦ叏閿燂拷
模板无忧
网页特效
每日更新
|
TOP排行榜
|
Tag标签
|
充值
无忧首页
网页模板
程序模板
建站教程
视频教程
网页特效
图标素材
字体下载
站长工具
站长问答
关闭顶部
展开顶部
网页特效
菜单导航
图片特效
文本链接
层和布局
页面背景
表单按钮
日期时间
计算转换
键盘鼠标
浏览器
游戏娱乐
综合其它
常用代码
jQuery特效
Prototype
Ajax/JavaScript
ExtJS
CSS特效
在线编辑器
Mootools
HTML
JS广告代码合集
站长工具
站长常用软件
网站综合查询
Alexa排名查询
Google PR查询
域名Whois查询
网站收录查询
友情链接查询
CSS2中文手册
CSS精简优化工具
AI鐏忓繗浠� 閼宠棄鍟撴导姘辨暰
閸╃喎鎮�
閹恒劏宕�
展开边栏
关闭边栏
网页特效代码
模板无忧
>
网页特效
>
菜单导航特效代码
>
收藏
分享
查看评论
菜单导航
演示
特酷下拉菜单_菜单导航特效
查看演示效果
特效Tag:
菜单
添加
缂佸洦鈪礑edeCMS鐟欏棝顣堕弫娆戔柤
娑旀壆鈹栭梻锟� 缁夌喐婀囬崝鈥虫珤 闁缍夌涵鏇氱鞍閼辨棑绱�
閺冪姴鍜栫粩娆撴毐瀹搞儱鍙�,閻ф儳瀹抽弶鍐櫢娑撯偓闁款喖鍙忛弻锟�!
特酷下拉菜单,您可以先修改部分代码再运行.
<html> <title>特酷下拉菜单-模板无忧www.mb5u.com</title> <head> <style type="text/css"> <!-- .p9{ font-family: "宋体"; font-size: 9pt; } body { font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px} UNKNOWN { TEXT-DECORATION: none } A:visited { TEXT-DECORATION: none } A:hover { COLOR: #ff0000; TEXT-DECORATION: none } A:link { TEXT-DECORATION: none } BODY { FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: "宋体"; TEXT-DECORATION: none } TR { FONT-SIZE: 9pt; FONT-FAMILY: "宋体" } TD { FONT-WEIGHT: normal; FONT-SIZE: 9pt; FONT-FAMILY: "宋体" } FORM { FONT-SIZE: 9pt; FONT-FAMILY: "宋体" } .black { FONT-SIZE: 9pt; COLOR: #000000 } .white { FONT-SIZE: 9pt; COLOR: #ffffff } .red { FONT-SIZE: 9pt; COLOR: #ff0000 } .green { FONT-SIZE: 9pt; COLOR: #009900 } .blue { FONT-SIZE: 9pt; COLOR: #0000ff } .bg1 { FONT-SIZE: 9pt; COLOR: #ffffff } .gray { FONT-SIZE: 9pt; COLOR: #666666 } .row { LINE-HEIGHT: 15pt } .bottom { BORDER-RIGHT: #665b8e 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 9pt; BORDER-LEFT: #ffffff 1px solid; COLOR: #000000; BORDER-BOTTOM: #665b8e 1px solid; FONT-FAMILY: "宋体"; HEIGHT: 18px; BACKGROUND-COLOR: #cccccc } .editbox1 { FONT-SIZE: 9pt; COLOR: #000000; FONT-FAMILY: 宋体; HEIGHT: 18px; BACKGROUND-COLOR: #dbdbdb } .editbox2 { PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 9pt; PADDING-BOTTOM: 1px; CURSOR: text; COLOR: #000000; PADDING-TOP: 1px; FONT-FAMILY: 宋体; BACKGROUND-COLOR: #dbdbdb } .size { FONT-SIZE: 9px; FONT-FAMILY: "Verdana", "Arial", "Helvetica", "sans-serif" } A.yellow:active { COLOR: #ffffff; TEXT-DECORATION: none } A.yellow:visited { COLOR: #ffffff; TEXT-DECORATION: none } A.yellow:link { COLOR: #ffffff; TEXT-DECORATION: none } A.yellow:hover { COLOR: #ffff33; TEXT-DECORATION: none } --> </style> <meta http-equiv="Content-Type" mrc="text/html; charset=gb2312"> </head> <body bgcolor="#fef4d9"> <center><font color=red face="隶书" size=6>特酷下拉菜单</font></center> <br> <center> <table border=1 bordercolor=blue borderlight=green> <tr><td align=center class=p9> <SCRIPT language=JavaScript> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); function navbarOver(src,clrOver,clrOverBorder) { if (!src.contains(event.fromElement)){ src.style.cursor = 'hand'; src.bgColor = clrOver; src.borderColor = clrOverBorder; src.children.tags('a')[0].style.color='#FFFF33'; }} function navbarOut(src,clrIn,clrInBorder) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; src.borderColor = clrInBorder; src.children.tags('a')[0].style.color='#FFFFFF';}} function MM_findObj(n, d) { //v4.0 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && document.getElementById) x=document.getElementById(n); return x; } function MM_showHideLayers() { //v3.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; } obj.visibility=v; } } //--> </SCRIPT> <TABLE borderColor=#3c79c6 cellSpacing=2 cellPadding=0 width="100%" border=1> <TBODY> <TR> <TD borderColor=#cccccc width=80 bgColor=#3064a3 height=20> <DIV id=Layer1 onmouseover="MM_showHideLayers('Layer1','','show')" style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 103px; POSITION: absolute; HEIGHT: 80px" onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> <TABLE class=bg1 cellSpacing=0 cellPadding=0 width=100 border=0> <TBODY> <TR> <TD height=20> </TD></TR> <TR> <TD vAlign=top> <TABLE borderColor=#000000 cellSpacing=2 cellPadding=1 width=100 bgColor=#3c79c6 border=1><TBODY> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" vAlign=bottom borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtdl_01.htm">[01] 系统登录</A></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtdl_02.htm">[02] 主窗口</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A class=white onmouseover="MM_showHideLayers('Layer1','','show')" onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 系统登录</A></TD> <TD borderColor=#cccccc width=80 bgColor=#3064a3> <DIV id=Layer2 onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer7','','hide','Layer13','','hide','Layer15','','hide')" style="Z-INDEX: 1; VISIBILITY: hidden; WIDTH: 141px; POSITION: absolute; HEIGHT: 80px" onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> <TABLE class=bg1 cellSpacing=0 cellPadding=0 width=100 border=0> <TBODY> <TR> <TD height=20> </TD> </TR> <TR> <TD> <TABLE borderColor=#000000 cellSpacing=2 cellPadding=1 width=122 bgColor=#3c79c6 border=0><TBODY> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" vAlign=bottom borderColor=#3c79c6 bgColor=#3c79c6 height=20><A onmouseover="MM_showHideLayers('Layer3','','show')" onmouseout="MM_showHideLayers('Layer3','','hide')">[01] 系统定义 -><DIV id=Layer3 onmouseover="MM_showHideLayers('Layer2','','show','Layer3','','show')" style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 159px; POSITION: absolute; HEIGHT: 75px" onmouseout="MM_showHideLayers('Layer2','','hide','Layer3','','hide')"> <TABLE cellSpacing=0 cellPadding=0 width=144 border=0> <TBODY> <TR> <TD width=10> </TD> <TD width=134> <TABLE borderColor=#000000 cellSpacing=2 cellPadding=1 width=130 bgColor=#3c79c6 border=1> <TBODY> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" vAlign=bottom borderColor=#3c79c6 bgColor=#3c79c6 height=20> <A class=white href="http://www.1studio.net/html/example/0055/xtgl_xtdy_01.htm">[01] 部门定义</A></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20> <A class=white href="http://www.1studio.net/html/example/0055/xtgl_xtdy_02.htm">[02] 币种定义</A></TD></TR> </TBODY></TABLE> </TD></TR></TBODY></TABLE></DIV></A></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A onmouseover="MM_showHideLayers('Layer4','','show')" onmouseout="MM_showHideLayers('Layer4','','hide')">[02] 供应商管理 <IMG height=7 src="http://p1.mb5u.com/texiao/11/2010052300480524.gif" width=4 border=0></A><DIV id=Layer4 onmouseover="MM_showHideLayers('Layer2','','show','Layer4','','show')" style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute" onmouseout="MM_showHideLayers('Layer2','','hide','Layer4','','hide')"> <TABLE cellSpacing=0 cellPadding=0 width=144 border=0> <TBODY> <TR> <TD width=10> </TD> <TD width=134> <TABLE borderColor=#000000 cellSpacing=2 cellPadding=1 width=130 bgColor=#3c79c6 border=1> <TBODY> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" vAlign=bottom borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtgl_gysgl_01.htm">[01] 供应商登记</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A onmouseover="MM_showHideLayers('Layer5','','show')" onmouseout="MM_showHideLayers('Layer5','','hide')">[03] 商品管理 <IMG height=7 src="http://p1.mb5u.com/texiao/11/2010052300480524.gif" width=4 border=0></A><DIV id=Layer5 onmouseover="MM_showHideLayers('Layer2','','show','Layer5','','show')" style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" onmouseout="MM_showHideLayers('Layer2','','hide','Layer5','','hide')"> <TABLE cellSpacing=0 cellPadding=0 width=144 border=0> <TBODY> <TR> <TD width=10> </TD> <TD width=134> <TABLE borderColor=#000000 cellSpacing=2 cellPadding=1 width=130 bgColor=#3c79c6 border=1> <TBODY> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" vAlign=bottom borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtgl_spgl_01.htm">[01] 商品分类管理</A></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtgl_spgl_02.htm">[02] 新商品登记</A></TD></TR> </TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A onmouseover="MM_showHideLayers('Layer6','','show')" onmouseout="MM_showHideLayers('Layer6','','hide')">[04] 数据处理 <IMG height=7 src="http://p1.mb5u.com/texiao/11/2010052300480524.gif" width=4 border=0></A><DIV id=Layer6 onmouseover="MM_showHideLayers('Layer2','','show','Layer6','','show')" style="Z-INDEX: 2; VISIBILITY: hidden; WIDTH: 149px; POSITION: absolute; HEIGHT: 75px" onmouseout="MM_showHideLayers('Layer2','','hide','Layer6','','hide')"> <TABLE cellSpacing=0 cellPadding=0 width=144 border=0> <TBODY> <TR> <TD width=10> </TD> <TD width=134> <TABLE borderColor=#000000 cellSpacing=2 cellPadding=1 width=130 bgColor=#3c79c6 border=1> <TBODY> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" vAlign=bottom borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtgl_sjcl_01.htm">[01] 数据备份</A></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtgl_sjcl_02.htm">[02] 日终登记</A></TD></TR> <TR> <TD class=bg1 onmouseover="navbarOver(this,'#6395D1','#000000');" onmouseout="navbarOut(this,'#3C79C6','#3C79C6');" borderColor=#3c79c6 bgColor=#3c79c6 height=20><A class=white href="http://www.1studio.net/html/example/0055/xtgl_sjcl_03.htm">[03] 日终处理</A></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV><A class=white onmouseover="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer7','','hide','Layer13','','hide','Layer15','','hide')" onmouseout="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer7','','hide','Layer13','','hide','Layer15','','hide')"> 系统管理</A></TD> </TR></TBODY></TABLE> </td></tr> </table></center> <br> <br><br> <br><br> <br> <center> </HTML>
所属频道:
菜单导航特效
/
更新时间:2010-05-23
[收藏]
[报错]
[返回列表]
评论加载中....
相关
菜单导航特效
:
CSS+div+js组合强大实现超酷菜单
超酷仿GOOGLE首页导航菜单效果
仿网易的滑动门技术DIV+CSS实现
仿蓝色理想网站的导航菜单
鼠标触及带边框菜单
用JS实现的类似框架的链接导航模式
CSS立体层
右键弹出菜单
纯css的导航下拉菜单
隐藏菜单效果
css模拟title和alt的提示效果
下拉菜单链接页面打开方式选择
菜单导航特效Rss订阅
特效代码搜索
菜单导航特效推荐
面试时候写的CSS横向二级菜单
这个CSS菜单比较特别
JS浮动导航菜单,始终显示在指定位置
鼠标放上图标会闪烁的菜单
CSS顶部隐藏菜单
圆弧背景的导航菜单
始终显示在页面最下部的菜单
简单菜单
很漂亮的CSS水平导航条
会自动循环播放的选项卡
猜你也喜欢看这些
可以点击控制的手机图片滚动切换
真正的JavaScript图片淡入淡出特效
最简单的显示、隐藏图片代码
CSS无图片实现图片阴影
jQuery 1.4 循环图片滚动
图片震动
根据鼠标放上切换内容制作的图片导航
图片的渐显播放效果的代码
超逼真的JS图片放大镜
变长宽的图片
相关链接:
复制本页链接
|
搜索特酷下拉菜单
特效说明:
菜单导航模板
-
特酷下拉菜单
。
閺€鎯版&閸掑棔闊�
QQ缁屾椽妫�
閺傜増姘顔煎触
閼垫崘顔嗗顔煎触
娴滆桨姹夌純锟�
瀵偓韫囧啰缍�
閻ф儳瀹抽幖婊嗘
婢跺秴鍩楃純鎴濇絻
閺囨潙顦�...