<html>
<head>
<html>
<head>
<meta charset="utf-8">
<title>手册网(www.shouce.ren)</title>
<style>
#myDIV {
width: 300px;
height: 200px;
background: red url('/themes/zhan/styles/images/compatible_firefox.gif') no-repeat top left/5px 5px;
animation: mymove 5s infinite; /* Chrome, Safari, Opera */
animation: mymove 5s infinite;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
50% {background: blue bottom right/50px 50px;}
}