图片移动
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
</head>
<body>
<img src="/talent/images/q008.gif" style='position: absolute;' ondragstart='setCapture();xx=event.x-this.offsetLeft;yy=event.y-this.offsetTop;'
ondrag='this.style.left=event.x-xx;this.style.top=event.y-yy' ondragend='releaseCapture();' />
</body>
</html>