
js代码
<script src="jquery/jquery-1.7.2.min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$('li').mouseenter(function(){
$(this).find('.divA').stop().animate({bottom:'-66px'});
$(this).find('.a2').css({left:'0'})
$(this).children('.a2').find('.p4').css({left:'0'})
$(this).children('.a2').find('.p5').css({left:'0'})
$(this).children('.a2').find('.p6').css({transform:'scale(1)'})
$(this).children('.a2').find('.p7').css({bottom:'25px'})
})
$('li').mouseleave(function(){
$(this).find('.divA').stop().animate({bottom:'0px'});
$(this).find('.a2').css({left:-$(this).width()})
$(this).children('.a2').find('.p4').css({left:-$(this).width()})
$(this).children('.a2').find('.p5').css({left:-$(this).width()})
$(this).children('.a2').find('.p6').css({transform:'scale(1.3)'})
$(this).children('.a2').find('.p7').css({bottom:'-50px'})
})
</script> *
回帖描述:*
链接类型:*
下载链接:*
描述:*
回帖描述:*
链接类型:*
阅读权限:*
下载链接:



聚优部落技术论坛 © 版权所有 鲁ICP备15007479号-6
Copyright(C)web.com, All Rights Reserved.
