JQuery实现图片放大的动态菜单效果

div, img, ul, li {
    margin: 0;
    padding: 0;
}
.head img {
    border: 0 none;
    vertical-align: top;
    position:absolute;
    width:100px;
    height:75px;
}
ul, li {
    list-style: none outside none;
}
.head {
    background: none repeat scroll 0 0 #FFFFFF;
    height: 300px;
    margin: 30px 50px 50px 50px;
    padding-top:50px;
    padding-bottom:50px;
    width: 600px;
}

.head li {
    display: block;
    float: left;
    height: 100px;
    margin: 1 0 0 1px;
    position: relative;
    width: 100px;
}
.zin {
    z-index: 999;
}


<script type="text/javascript">
jQuery().ready(function(){
    
    //jQuery("li").photoFrame({direction:'bottomRight'});  
    jQuery(".head img").hover(function(){
        jQuery(this).stop(true)
        .parents("li").addClass("zin").end()
        .animate({left:-40,top:-30,width:180,height:135},200);
    },function(){
        jQuery(this).stop(true)
        .parents("li").removeClass("zin")
        .end().animate({left:0,top:0,width:100,height:75},200);
    });  
});
</script>



 <div>
        <ul class="head">
            <li><img src="images/1.jpg" /></li>
            <li><img src="images/2.jpg" /></li>
            <li><img src="images/3.jpg" /></li>
            <li><img src="images/4.jpg" /></li>
        </ul>
    </div>


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值