jquery 导航菜单特效

 

jquery 导航菜单特效,点击可以查看大图
需      要: 0.0 金币
折      扣: 100 (% 折)
 
相关搜索: jquery 导航 菜单 特效 
下载次数: 11
支持一下(1)
100.00%
踩一下(0)
0.00%
  • 下载等级:
  • 编  号: 20120601160403
  • 浏览器兼容IE6.0及以前,IE7.0,IE8.0,IE9.0,Firefox9.0及以前,Firefox10.0,Chrome17.0及以前,Chrome18.0
  • 更新日期: 2012-06-01
  • 大  小: 85.27K
  • 浏览次量: 2355
  • 开发者链接: 官网  演示
  • 相  关: 违规举报
  • 收  藏:( 0 人收藏) 加入收藏
  • 此内容校验人员: sinacomcn
分享到:   
pengbinhai  
 上士 上传于/2012-06-01 16:06:17
零星会员   
   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Fresh Bottom Slide Out Menu with jQuery</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="description" content="Fresh Bottom Slide Out Menu with jQuery" />
<meta name="keywords" content="jQuery, navigation, CSS3, menu" />
<link rel="stylesheet" href="css/style.css" type="text/css" media="screen"/>
</head>
<body>
<div class="container">
  <ul id="menu">
    <li> <a> <i class="icon_about"></i> <span class="title">About</span> <span class="description">Learn about us and our services</span> </a> </li>
    <li> <a> <i class="icon_work"></i> <span class="title">Work</span> <span class="description">See our work and portfolio</span> </a> </li>
    <li> <a> <i class="icon_help"></i> <span class="title">Help</span> <span class="description">Talk to our support</span> </a> </li>
    <li> <a> <i class="icon_search"></i> <span class="title">Search</span> <span class="description">Search our website</span> </a> </li>
  </ul>
</div>
<div><a class="back" href="http://www.25175.com/"></a></div>
<div><a class="ref" href="http://www.25175.com">Icons by DryIcons</a></div>

<div style="width:550px;margin:20px auto;">
<p><strong><a href="http://www.25175.com" target="_blank">25175</a></strong> </p>

</div>

<!-- The JavaScript -->
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript">
        $(function() {
            $('#menu > li').hover(
                function () {
                    var $this = $(this);
                    $('a',$this).stop(true,true).animate({
                            'bottom':'-15px'
                        }, 300);
                    $('i',$this).stop(true,true).animate({
                            'top':'-10px'
                        }, 400);
                },
                function () {
                    var $this = $(this);
                    $('a',$this).stop(true,true).animate({
                            'bottom':'-95px'
                        }, 300);
                    $('i',$this).stop(true,true).animate({
                            'top':'50px'
                        }, 400);
                }
            );
        });
        </script>
</body>
</html>

 购买记录
76383891
新兵
weidong
新兵
enchor
新兵
cping1210
新兵
woshi2012
新兵
刘涛_90
新兵
yanqiuxiang
新兵
jboy338
新兵
taiyu6005
新兵
plutothe
新兵
whotext
新兵
会员评论:  

一、不得利用本站危害国家安全、泄露国家秘密,不得侵犯国家社会集体的和公民的合法权益,不得利用本站制作、复制和传播不法有害信息!

二、互相尊重,对自己的言论和行为负责。

  验证码:
 
反馈请帮助我们提高!意见反馈