jquery图标多功能下拉导航特效代码

版权:原创 更新时间:1年以上
[该文章底部包含文件资源,可根据自己情况,决定是否下载资源使用,时间>金钱,如有需要,立即查看资源]

以下是 jquery图标多功能下拉导航特效代码 的示例演示效果:

当前平台(PC电脑)
  • 平台:

部分效果截图:

jquery图标多功能下拉导航特效代码

HTML代码(index.html):

<!doctype html>
<html>
<head>
<meta charset="gb2312">
<meta name="viewport" content="width=device-width">
<title>jquery图标多功能下拉导航</title>
<link rel="stylesheet" type="text/css" href="css/reset.css">
<link rel="stylesheet" type="text/css" href="css/animation.css">
<link rel="stylesheet" type="text/css" href="exo-demibold/stylesheet.css"> <!-- Free Font -->
<link rel="stylesheet" type="text/css" href="css/font-awesome.min.css">         <!-- Icon -->
<link rel="stylesheet" type="text/css" href="css/sea-green/style.css">
<link rel="stylesheet" type="text/css" href="css/sea-green/color.css">
<link rel="stylesheet" type="text/css" href="live-font/stylesheet.css">
<script type="text/javascript" src="js/jquery-1.9.1.js"></script>
<script type="text/javascript" src="js/dropdown.js"></script>

<!--[if IE 7]>
	<link rel="stylesheet" href="css/font-awesome-ie7.min.css">
<![endif]-->

<!--[if lte IE 9]>
    <style type="text/css">
		#home li p,
        #about li p{
			border-bottom:1px solid rgb(51,51,51);
		}
        .menu li:hover > a{
			background-color:#595959;
		}
        img{
			background-color:rgb(255,255,255);
		}
         #top-block li#social a i{
			margin-top:4px;
		}
	</style>
<![endif]-->

</head>
<body>
<br><br><br><br>
<ul class="nav">
  <!-- Start top-block -->
  <li id="top-block">
    <ul>
      <li id="sign-in"><a href="#">Sign In</a></li>
      <li id="sign-up"><a href="#">Sign Up</a></li>
      <li id="social"> <a href="#"><i class="icon-facebook-sign" ></i></a> <a href="#"><i class="icon-twitter-sign" ></i></a> <a href="#"><i class="icon-linkedin-sign" ></i></a> <a href="#"><i class="icon-google-plus-sign" ></i></a> </li>
      <li id="text">
        <p>Welcome to your site. For contact with me, please send an email to amir.silent@gmail.com or call with me...</p>
      </li>
    </ul>
  </li>
  
  <!-- Start Home -->
  <li id="first">
    <div class="text"><a href="#">Home<i class="icon-chevron-down"></i></a></div>
    <div class="icon"><i class="icon-home" ></i></div>
    <ul class="menu" id="home">
      <li>
        <h3><i class="icon-user"></i>Welcome</h3>
        <p>In the past, HTML alone provided basic formatting options for text, images, tables, and other web page elements. But today, professional web designers use CSS to style their pages. In fact, the older HTML tags used to format text and other page elements have been phased out by the World Wide Web Consortium (W3C), the organization that defines Web standards, in favor of CSS.</p>
        <img src="img/thumb2.png">
        <h6>Is there a way to apply styles to an element only if it’s embedded within a particular element, rather than universally? In other words.</h6>
      </li>
    </ul>
  </li>
  
  <!-- Start Portfolio -->
  <li>
    <div class="text"><a href="#Portfolio">Portfolio<i class="icon-chevron-down"></i></a></div>
    <div class="icon"><i class="icon-briefcase" ></i></div>
    <ul class="menu" id="Portfolio">
      <li><a href="#">sample 1</a></li>
      
      <!-- Start Portfolio 2 -->
      <li> <a href="#sample2">sample 2<i class="icon-chevron-right"></i><i class="icon-chevron-down"></i></a>
        <ul class="menu" id="sub-menu">
          <li><a href="#">Page 1</a></li>
          
          <!-- Start page 2 -->
          <li> <a href="#">Page 2<i class="icon-chevron-right"></i></a>
            <ul class="menu test" id="sub-menu">
              <li><a href="#">Page 1</a></li>
              <li><a href="#">Page 2</a></li>
              <li><a href="#">Page 3</a></li>
              <li><a href="#">Page 4</a></li>
            </ul>
          </li>
          <!-- End page 2 -->
          
          <li><a href="#">Page 3</a></li>
        </ul>
      </li>
      <!-- End service 2 -->
      
      <li ><a href="#">sample 3</a></li>
    </ul>
  </li>
  
  <!-- Start Services -->
  <li>
    <div class="text"><a href="#service">Service<i class="icon-chevron-down"></i></a></div>
    <div class="icon"><i class="icon-truck" ></i></div>
    <ul class="menu" id="service">
      <li><a href="#">Sample 1</a></li>
      <li><a href="#">Sample 2</a></li>
      
      <!-- Start Service 3 -->
      <li> <a href="#" class="sub-menu">Sample 3<i class="icon-chevron-right"></i><i class="icon-chevron-down"></i></a>
        <ul class="menu" id="sub-menu">
          <li><a href="#">Page 1</a></li>
          <li><a href="#">Page 2</a></li>
          <li><a href="#">Page 3</a></li>
        </ul>
      </li>
      <!-- End Service 3 -->
      
      <li ><a href="#">Sample 4</a></li>
    </ul>
  </li>
  
  <!-- Start Gallery -->
  <li>
    <div class="text"><a href="#gallery">Gallery</a></div>
    <div class="icon"><i class="icon-picture" ></i></div>
  </li>
  
  <!-- Start About -->
  <li>
    <div class="text"><a href="#about">About Us<i class="icon-chevron-down"></i></a></div>
    <div class="icon"><i class="icon-book" ></i></div>
    <ul class="menu" id="about">
      <li><img src="img/thumb1.png" width="100" height="100" alt="image">
        <h3><i class="icon-user"></i>About Us</h3>
        <p>In the past, HTML alone provided basic formatting options for text, images, tables, and other web page elements. But today, professional web designers use CSS to style their pages. In fact, the older HTML tags used to format text and other page elements have been phased out by the World Wide Web Consortium (W3C), the organization that defines Web standards, in favor of CSS.</p>
        <h6><i class="icon-quote-left"></i>Is there a way to apply styles to an element only if it’s embedded within a
          particular element, rather than universally? In other words, can you ask for
          example that italics within headlines be boldface<i class="icon-quote-right"></i></h6>
      </li>
    </ul>
  </li>
  
  <!-- Start Contact -->
  <li>
    <div class="text"><a href="#contact">Contact<i class="icon-chevron-down"></i></a></div>
    <div class="icon"><i class="icon-envelope" ></i></div>
    <ul class="menu" id="contact">
      <li id="part-right">
        <p>Name<em>*</em></p>
        <input name="name" type="text" id="name">
        <p>E-mail<em>*</em></p>
        <input name="email" type="text" id="email">
        <p>Message<em>*</em></p>
        <textarea name="comment" cols="" rows="" id="comment"></textarea>
        <input name="send" type="button" id="send" value="Send">
      </li>
    </ul>
  </li>
  <!-- Start Search -->
  <li id="search">
    <input name="search" type="text" placeholder="Search" id="txt_search2">
    <a href="#"><i class="icon-search"></i></a> </li>
</ul>
</body>
</html>







JS代码(dropdown.js):

$(document).ready(function(){
	/* Nomenclature **************/
var icon=$('.nav li div.icon');
	var text=$('.nav li div.text');
	/* Default values ***********/
$('ul.menu').hide();
	$(text).hide()/* Mouse over on (.nav li)****/
$('.nav li').hover(function(){
	/* Nomenclature **************/
var tOpenMenu= $(this).children('ul.menu');
	var tIcon=$(this).children('.icon');
	var tText=$(this).children('.text');
	/*Open menu and show icon*/
$(tOpenMenu).show();
	$(tText).show()$(tIcon).hide();
}
,/* Mouse leave****/
function(){
	/* Nomenclature **************/
var tOpenMenu= $(this).children('ul.menu');
	var tIcon=$(this).children('.icon');
	/*Close menu and hide icon*/
$(tOpenMenu).hide();
	$(tIcon).show();
}
);
	/* Mouse over on (.menu li)****/
$('.menu li').hover(function(){
	/* Nomenclature **************/
var tSubMenu=$(this).children('.menu#sub-menu');
	/*Open sub menu*/
$(tSubMenu).css({
	'left':'100%','top':'-25%'}
)}
);
}
);
	

CSS代码(reset.css):

/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
html,body{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
section,header{display:block;}
附件:下载该文件资源,减少时间成本(增值服务)
留言
该资源可下载
File Source
.rar
184.56 KB
Html Js 菜单导航特效2
最新结算
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jquery虚拟键盘中文打字效果js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
HTML5实现CSS滤镜图片切换特效代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery头像裁剪插件cropbox js代码
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 2.31¥ 状态: 待结算 详细>
CSS3制作3D图片立方体旋转特效
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
jQuery+css3实现信封效果
类型: .rar 金额: CNY 0.29¥ 状态: 待结算 详细>
我们力求给您提供有用的文章,再此基础上,会附加营收资源,不做任何广告,让平台可以更好发展 若您发现您的权利被侵害,或使用了您的版权,请发邮件联系 sunlifel@foxmail.com ggbig觉得 : 不提供源码的文章不是好文章
合作伙伴
联系我们
  • QQ:21499807
  • 邮箱:sunlifel@foxmail.com
  • QQ扫一扫加QQ
    QQ扫一扫
Copyright 2023-2024 ggbig.com·皖ICP备2023004211号-1
打赏文章