$("#图片的ID").mouseover(function(){ $(this).css{width: 宽度值, height:高度值};});
修改他的宽和高!$(图片对象).width(500);$(图片对象).height(500);
用a标签