效果:
HTML:
複製程式碼
程式碼如下: $ (文檔).ready(function(){
$("#pageflip").hover(function( ){
$("#pageflip img , .msg_block").stop().animate ({寬度: '307px', 高度: '319px'},
},function(){
$ ("#pageflip img").stop().animate({width: '50px ', 高度: '52px'}, 220);
$(".msg_block").stop().animate({width : '50px', height: '50px'}, 200); );
});