网页鼠标感应弹出三级导航菜单

8个月前 (03-27 13:22)阅读回复0
大陆
大陆
  • 管理员
  • 发消息
  • 注册排名1
  • 经验值5294
  • 级别管理员
  • 主题1058
  • 回复2
楼主

精美页面左侧导航菜单特效,当用户的鼠标经过菜单时才弹出下级菜单,支持到三级菜单,可结合自己的需求来修改。

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren">
<meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。">
<title>网页鼠标感应弹出三级导航菜单_武鸣人</title>
<style type="text/css">
<!--
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}
#menu {
background-color: #FEF0E5;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#FEF0E5', gradientType='0');
}
#nav, #nav ul {
 float:left; /* 菜单总体水平位置 */
 clear:right;
 list-style:none;
 /*line-height:22px;  一级菜单高 */
 /*background: #eee; 所有菜单移出色 */
 /*font-weight: bold;8*/
 padding:0px;
 margin:0px;
 /*border:1px solid #ccc;
 border-right: 0px;*/
}
#nav ul ul{
 /*border:1px solid #ccc;*/
 border-top:0px;
 border-right:0px;
}
#nav a {
 width:120px;
 display:block;
 color:#333;
 text-decoration:none;
 text-align:left;
 /*border-right:1px solid #CCC;*/
 padding: 3px 4px 3px 7px;
}
#nav a:hover{
color:#000;
border:1px solid #CCC;
margin: 0px;
padding: 3px 5px 3px 6px;
background-color: #f1f1f1;
text-decoration: none;
} /* 所有 a:hover 字体样式 */
#nav a.selected{background:url(flyout_arrow.gif) no-repeat right 50%;} /* 下拉图标 */
#nav li {
float:none;
clear:right;
height:22px;
width:120px;
}
#nav li ul li{
float:none;
clear:right;
height:22px;
width:120px;
}
#nav li ul { /* 二级弹出位 */
 position:absolute;
    margin:-22px 0px 0px 119px;
 padding:0;
 left:-9999em;
 width:120px;
 font-weight:normal;
 display:block;
 border:1px solid #CCCCCC;
 background:#fff;
}
 /* 二级菜单宽 */
#nav li ul a {
 width:120px; /* 二级菜单宽 */
 /*line-height:24px; 二级菜单高
 border:1px solid #CCC;*/
 height:22px;
 text-align:left;
    margin: 0px;
}
#nav li ul ul {
margin:-22px 0px 0px 120px;
border:1px solid #CCC;
} /* 三级弹出位 */
#nav li:hover ul ul,#nav li.sfhover ul ul{left:-9999em;}
#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul, #nav li li.sfhover ul{
left:auto;
height:22px;
} /* 所有弹出菜单自动左边距 */
#nav li:hover, #nav li.sfhover {
background:#f1f1f1;
height:22px;
}
/* 所有悬浮样式 */
-->
</style>
<script type="text/javascript"><!--//--><![CDATA[//><!--
img1=new Image();//武鸣人网站https://www.wuming.ren 网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)
img1.src="flyout_arrow.gif";
sfHover = function() {
 var sfEls = document.getElementById("nav").getElementsByTagName("LI");
 for (var i=0; i<sfEls.length; i++) {
  sfEls[i].onmouseover=function() {
   this.className+=" sfhover";
  }
  sfEls[i].onmouseout=function() {
   this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
  }
 }
}
window.onload=sfHover;
//--><!]]></script>
</head>
<body>
<a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr>
<!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。-->
<script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script>
<script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script>
<table  width="120"  border="0" cellspacing="0" cellpadding="0" >
  <tr>
    <td valign="top" id="menu">
<ul id="nav">
 <li><a href="https://www.wuming.ren" target="_blank"> <span style="font-size: 9pt">首页</span></a></li>
 <li><a href="https://wuming.ren" target="_blank" class="selected"><span style="font-size: 9pt">武鸣人</span></a><span style="font-size: 9pt">
 </span>
  <ul>
   <li ><a href="https://wuming.ren" class="selected"><span style="font-size: 9pt">武鸣人</span> </a>
     <ul>
       <li><a href="https://wuming.ren"> <span style="font-size: 9pt">武鸣人</span> </a>
       <li><a href="https://wuming.ren"> <span style="font-size: 9pt">整站项目</span></a></li>
       <li><a href="https://wuming.ren"> <span style="font-size: 9pt">网站分析策划</span></a></li>
       <li><a href="https://wuming.ren" target="_blank"> <span style="font-size: 9pt">网页设计制作</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">网站制作与开发</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">网站flash动画</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">网站服务器</span></a></li>
     </ul>
   </li>
   <li ><a href="https://wuming.ren" class="selected"><span style="font-size: 9pt">网页特效</span></a><span style="font-size: 9pt">
   </span>
     <ul>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">网站项目 </span> </a>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">平面设计</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">CAD工程图设计</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">3D建模与动画</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">Flash游戏动画</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">音效及音乐</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">游戏原画设定</span></a></li>
     </ul>
   </li>
   <li ><a href="https://wuming.ren" class="selected"><span style="font-size: 9pt">广告代码</span></a><span style="font-size: 9pt">
   </span>
     <ul>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">应用软件</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">游戏开发</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">驱动程序</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">嵌入式开发</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">手机开发</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">单片机</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">数据库设计</span></a></li>
       <li><a href="https://wuming.ren"><span style="font-size: 9pt">代码移植</span></a></li>
    </ul>
   </li>
   <li><a href="https://wuming.ren"><span style="font-size: 9pt">rss订阅</span></a></li>
  </ul>
 </li>
 <li><a href="https://www.wuming.ren" target="_blank" class="selected"><span style="font-size: 9pt">阿里西西</span></a><span style="font-size: 9pt">
 </span>
  <ul>
   <li><a class="selected" href="https://www.wuming.ren"><span style="font-size: 9pt">阿里西西</span></a><span style="font-size: 9pt">
   </span>
    <ul>
     <li><a href="https://www.wuming.ren"><span style="font-size: 9pt">实用信息与工具 </span> </a></li>
     <li><a href="https://www.wuming.ren"><span style="font-size: 9pt">新闻动态</span></a></li>
     <li><a href="https://www.wuming.ren"><span style="font-size: 9pt">知识与技能</span></a></li>
     <li><a href="https://www.wuming.ren"><span style="font-size: 9pt">设计制作与欣赏</span></a></li>
     <li><a href="https://www.wuming.ren"><span style="font-size: 9pt">项目交易经验谈</span></a></li>
     <li><a href="https://www.wuming.ren"><span style="font-size: 9pt">下载</span></a></li>
    </ul>
   </li>
  </ul>
 </li>
 <li><a href="https://wuming.ren"><span style="font-size: 9pt">您自定义</span></a></li>
 <li><a href="https://wuming.ren" target="_blank"><span style="font-size: 9pt">您自定义</span></a></li>
 <li><a href="https://wuming.ren"><span style="font-size: 9pt">您自定义</span></a></li>
 </ul>
</td>
  </tr>
</table>
</body>
</html>


0
0
收藏0

本文来自武鸣人网站,转载请注明出处

本文地址:https://www.wuming.ren/a/512.html

回帖

网页鼠标感应弹出三级导航菜单 期待您的回复!

取消
载入表情清单……
载入颜色清单……
插入网络图片

取消确定

图片上传中
编辑器信息
提示信息