码迷,mamicode.com
首页 > 其他好文 > 详细

6磁力图片

时间:2014-06-14 10:32:08      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   java   http   

 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磁力图片

标签:style   class   blog   code   java   http   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!