隐藏在顶部的导航菜单鼠标经过弹出jquery特效

 

隐藏在顶部的导航菜单鼠标经过弹出jquery特效,点击可以查看大图
需      要: 0.0 金币
折      扣: 100 (% 折)
 
下载次数: 14
支持一下(1)
100.00%
踩一下(0)
0.00%
  • 下载等级:
  • 编  号: 20120601174811
  • 浏览器兼容IE7.0,IE8.0,IE9.0,Firefox9.0及以前,Firefox10.0,Chrome17.0及以前,Chrome18.0
  • 更新日期: 2012-06-01
  • 大  小: 105.93K
  • 浏览次量: 6823
  • 开发者链接: 官网  演示
  • 相  关: 违规举报
  • 收  藏:( 1 人收藏) 加入收藏
  • 此内容校验人员: sinacomcn
分享到:   
pengbin  
 中尉 上传于/2012-06-01 17:49:59
VIP会员   
   

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>隐藏在顶部的导航菜单鼠标经过弹出jquery特效 by 25175</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8"/>
</head>
<style>
body { background:#fff url(desc.png) no-repeat top center; font-family:Arial; height:2000px; }
.header { width:600px; height:56px; position:absolute; top:50%; left:10px; background:#fff url(title.png) no-repeat top left; }
a.back { width:256px; height:73px; position:absolute; bottom:15px; right:15px; background:#fff url(codrops_back.png) no-repeat top left; }
a.dry { position:absolute; bottom:15px; left:15px; text-align:left; font-size:12px; color:#ccc; text-transform:uppercase; text-decoration:none; }
</style>
<body>
<div class="header"></div>
<ul id="navigation">
  <li class="home"><a href=""><span>Home</span></a></li>
  <li class="about"><a href=""><span>About</span></a></li>
  <li class="search"><a href=""><span>Search</span></a></li>
  <li class="photos"><a href=""><span>Photos</span></a></li>
  <li class="rssfeed"><a href=""><span>Rss Feed</span></a></li>
  <li class="podcasts"><a href=""><span>Podcasts</span></a></li>
  <li class="contact"><a href=""><span>Contact</span></a></li>
</ul>

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

<div class="info"> <a class="back" href="http://www.25175.com/"></a> <a class="dry" href="http://www.25175.com">25175.com</a> </div>
<script type="text/javascript" src="jquery-1.3.2.js"></script>
<script type="text/javascript">
            $(function() {
                var d=300;
                $('#navigation a').each(function(){
                    $(this).stop().animate({
                        'marginTop':'-80px'
                    },d+=150);
                });

                $('#navigation > li').hover(
                function () {
                    $('a',$(this)).stop().animate({
                        'marginTop':'-2px'
                    },200);
                },
                function () {
                    $('a',$(this)).stop().animate({
                        'marginTop':'-80px'
                    },200);
                }
            );
            });
        </script>
</body>
</html>

 购买记录
amson
新兵
mengjie
新兵
259876lr
新兵
wangjianxu
新兵
cping1210
新兵
chrisyun
新兵
zgh9412
新兵
刘涛_90
新兵
tldxxl
新兵
shawn
新兵
vcvc30
新兵
zx316300658
新兵
会员评论:  

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

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

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