<style>*{margin:0;padding:0;}#Div{width:300px;height:180px;margin:200px auto;border:2px solid #999999; overflow:hidden;}</style><body><div id="Div"> <img src="images/1.jpg" alt="" /></div><script>$(document).ready(function(){ $("#Div img").hover( function(){ $(this).animate({width:'330px',height:'210px'},500) }; function(){ $(this).animate({width:'300px',height:'180px'},500) }; );});</script></body>
添加回答
举报
0/150
提交
取消