CSS移动

#hand {
width: 170px;
height: 236px;
position: absolute;
top: 178px;
left: 390px;
background: url('http://p6.qhimg.com/d/360browser/20140909/hand_new.png') left top no-repeat;
}

.p5.current #hand {
top: 180px;
left: 286px;
-webkit-transition: all 800ms ease-in-out;
-moz-transition: all 800ms ease-in-out;
-ms-transition: all 800ms ease-in-out;
transition: all 800ms ease-in-out;
}

 

posted @ 2015-02-09 02:42  Xpress  阅读(160)  评论(0编辑  收藏  举报