欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

不用js多瀏覽器兼容純DIV/CSS對聯(lián)漂浮廣告代碼

 更新時(shí)間:2007年12月29日 10:24:58   作者:  
兩側(cè)漂浮。經(jīng)測試,兼容IE6,IE7,F(xiàn)irefox瀏覽器
純DIV/CSS對聯(lián)漂浮廣告代碼(無JS)
源碼網(wǎng)兩側(cè)漂浮。經(jīng)測試,兼容IE6,IE7,F(xiàn)irefox瀏覽器。

CSS代碼為:
復(fù)制代碼 代碼如下:

.r1{width:80px;height:80px;background:red;float:right;    
     position:fixed !important; top/**/:200px;    
     position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);right:20px;} 
.r2{width:80px;height:80px;background:red;float:right;    
     position:fixed !important; top/**/:300px;    
     position:absolute; z-index:400; top:expression(offsetParent.scrollTop+300);right:20px;} 
.l1{width:80px;height:80px;background:red;float:right;    
     position:fixed !important; top/**/:200px;    
     position:absolute; z-index:300; top:expression(offsetParent.scrollTop+200);left:20px;} 
.l2{width:80px;height:80px;background:red;float:right;    
     position:fixed !important; top/**/:300px;    
     position:absolute; z-index:400; top:expression(offsetParent.scrollTop+300);left:20px;} 


頁面代碼為:
復(fù)制代碼 代碼如下:

<div class="r1"><a href="http://www.dbjr.com.cn" target='_about'><img src="/js/pic/piao-l-1.gif" width="80" height="80" border="0" /></a></div>   
<div class="r2"><a href="http://www.dbjr.com.cn" target='_about'><img src="/js/pic/piao-l-1.gif" width="80" height="80" border="0" /></a></div>   
<div class="l1"><a href="http://www.dbjr.com.cn" target='_about'><img src="/js/pic/piao-l-1.gif" width="80" height="80" border="0" /></a></div>   
<div class="l2"><a href="http://www.dbjr.com.cn" target='_about'><img src="/js/pic/piao-l-1.gif" width="80" height="80" border="0" /></a></div>   

相關(guān)文章

最新評論