首页 > 其他 > 详细

6磁力图片

时间:2014-06-14 10:31:40      阅读:302      评论:0      收藏:0      [点我收藏+]
 1 <!DOCTYPE html>
 2 <html xmlns="http://www.w3.org/1999/xhtml">
 3 <head>
 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
 5     <title></title>
 6     <style type ="text/css">
 7         * {
 8          font-family:微软雅黑;
 9          
10         }
11         img {
12         
13          position:absolute;
14         }
15     </style>
16     <script src="Scripts/jquery-1.8.2.min.js"></script>
17     <script type ="text/javascript">
18         $(function () {
19             $(document).click(function (e) {
20                 $("img").animate({left:e.pageX,top:e.pageY},2000);
21             });
22         });
23     </script>
24 </head>
25 <body>
26     <img src="Images/orderedList9.png" />
27 </body>
28 </html>

 

6磁力图片,布布扣,bubuko.com

6磁力图片

原文:http://www.cnblogs.com/sumg/p/3787783.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!