首页 > 代码库 > js 图片轮转

js 图片轮转

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head>    <title></title><style  type="text/css" >a  { text-decoration:none; color:blue;}    #div1 {  width:400px; height:298px; background-color:Blue; overflow:hidden; position:absolute; top:50px; left:40px;}    #div2 {  filter: alpha(opacity=50); width:400px; height:20px; color:Orange; background-image: url(‘img/bg.jpg‘); background-repeat:repeat-x;  position:absolute; left:40px;  top :330px; }#div3 {  width:400px; height:20px; color:Blue;   background-color:yellow; position:absolute; left:40px;  top :350px; }img   {  filter: alpha(opacity=100); width:400px; height:300px;}#div2 span{ cursor:pointer;}</style><script type="text/javascript" src=http://www.mamicode.com/"my_js.js"></script>>


 

js 图片轮转