html结构如下,
1 2 3 4 5 6 7 8 | < div id = "move" > < a href = "#" >< i >< img src = "images/zhu.png" ></ i >< p >租房</ p ></ a > < a href = "#" >< i >< img src = "images/zhu.png" ></ i >< p >租房</ p ></ a > < a href = "#" >< i >< img src = "images/zhu.png" ></ i >< p >租房</ p ></ a > < a href = "#" >< i >< img src = "images/zhu.png" ></ i >< p >租房</ p ></ a > < a href = "#" >< i >< img src = "images/zhu.png" ></ i >< p >租房</ p ></ a > < a href = "#" >< i >< img src = "images/zhu.png" ></ i >< p >租房</ p ></ a > </ div > |
然后引入jquery框架,
在页面中写入一下js代码:
1 2 3 4 5 6 7 8 9 10 | <script> $( function (){ $( '#move a' ).mouseenter( function () { $( this ).find( 'i' ).animate({top: "-25px" ,opacity: "0" },300, function () { $( this ).css({top: '25px' }); $( this ).animate({top: '12px' ,opacity: '1' },600) }) }) }) </script> |
特别申明:
本站所有资源都是由网友投稿发布,或转载各大下载站,请自行检测软件的完整性!
本站所有资源仅供学习与参考,请勿用于商业用途,否则产生的一切后果将由您自己承担!
如有侵权请联系我们删除下架,联系方式:lei1294551502@163.com