之前寫過的一段簡單的demo,后來在IE10以下使用的時候發(fā)現(xiàn)無法使用,先上一段代碼

HTML:

1 <div class="all" id="box">2     <img id="image" src="psb.png" width="512" height="1470" >3     <span id="up"></span>4     <span id="down"></span>5 </div>

CSS:

seo優(yōu)化培訓(xùn),網(wǎng)絡(luò)推廣培訓(xùn),網(wǎng)絡(luò)營銷培訓(xùn),SEM培訓(xùn),網(wǎng)絡(luò)優(yōu)化,在線營銷培訓(xùn)

 1 .all{ 
 2     position: relative; 3     width: 512px; 
 4     height: 400px; 
 5     border: 1px solid #000; 
 6     margin:100px auto; 
 7     overflow: hidden; 8 } 9 span{10     width: 512px; 
11     height: 200px; 
12     position: absolute; 
13     left: 0; 
14     top: 0; 
15     cursor: pointer;16 }17 #down{ 
18     top: auto; 
19  &nb
        
		

網(wǎng)友評論