jquery模仿flash导航

 

jquery模仿flash导航,点击可以查看大图
需      要: 0.0 金币
折      扣: 100 (% 折)
 
下载次数: 28
支持一下(0)
0.00%
踩一下(0)
0.00%
  • 下载等级:
  • 编  号: 20120316081340
  • 浏览器兼容IE6.0及以前,IE7.0,IE8.0,IE9.0,Firefox9.0及以前,Firefox10.0,Chrome17.0及以前,Chrome18.0,Opera
  • 更新日期: 2012-03-16
  • 大  小: 10.15K
  • 浏览次量: 2451
  • 开发者链接: 官网  演示
  • 相  关: 违规举报
  • 收  藏:( 0 人收藏) 加入收藏
  • 此内容校验人员: admin
分享到:   
Ice_Red  
 列兵 上传于/2012-03-16 08:15:01
零星会员   
   

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>25175,中国基础软件开发基地,软件开发基地,软件源码素材下载站</title>
</head>
<style>
*{ margin:0; padding:0;}
.con{ height:40px; width:100%; overflow:hidden; position:relative; background:#9fc;}
.nav_u{ height:26px; font:22px/26px "宋体"; font-style:italic; font-weight:bold; color:#333; position:relative;}
.nav_d{ height:14px; font:12px/12px "宋体"; color:#333; position:relative;}
.pos{position:relative; left:200px;}
.con a{ text-decoration:none; display:block; color:#666}
.nav_ub{ width:100%; height:26px; position:absolute; top:0px;  background:#fff;}
.nav_db{ width:100%; height:14px; position:absolute; bottom:0px; background:#fff;}
</style>
<script src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js"></script>
<script>
$(document).ready(function(){
 $(".con").prepend('<div class="nav_ub"></div><div class="nav_db"></div>')
 $(".con").hover(function(){
  $(this).children(".nav_ub").stop().animate({top:-26},300);
  $(this).find(".pos").stop().animate({left:220},250);
  $(this).children(".nav_db").stop().animate({bottom:-14},300);
  $(this).find(".pos").stop().animate({left:220},250);
 },function(){
  $(this).children(".nav_ub").stop().animate({top:0},300);
  $(this).find(".pos").stop().animate({left:200},250);
  $(this).children(".nav_db").stop().animate({bottom:0},300);
  $(this).find(".pos").stop().animate({left:200},250);
 });
})
</script>
<body>
 <div class="con">
        <div class="nav_u"><a class="pos" href="#">AAAAA</a></div>
        <div class="nav_d"><a class="pos" href="#">aaaaa</a></div>
    </div>
    <div class="con">
     <div class="nav_u"><a class="pos" href="#">BBBBB</a></div>
        <div class="nav_d"><a class="pos" href="#">bbbbb</a></div>
    </div>
    <div class="con">
     <div class="nav_u"><a class="pos" href="#">CCCCC</a></div>
        <div class="nav_d"><a class="pos" href="#">ccccc</a></div>
    </div>
    <div class="con">
     <div class="nav_u"><a class="pos" href="#">AABBCC</a></div>
        <div class="nav_d"><a class="pos" href="#">aabbcc</a></div>
    </div>
 

<p><br />
 首发:<a href="http://www.25175.com/" target="_blank">25175软件服务基地</a></p>
<p><br />
    <br />
    <br />
</p>

<p>注意:由于jquery文件是外部调用,比较慢,如预览有问题,请刷新页面或保存代码到本地查看。
<br />
    <br />
</p>
<p>*尊重他人劳动成果,转载请自觉注明出处!注:此代码仅供学习交流,请勿用于商业用途。</p>
</body>
</html>
<br> 收集:<a href="http://www.25175.com/" target="_blank">25175</a>

 购买记录
w_h_w1
新兵
wyfjowxf
新兵
cping1210
新兵
chrisyun
新兵
jboy338
新兵
会员评论:  

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

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

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