亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

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

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


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

<div class="r1"><a href="http://chabaoo.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://chabaoo.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://chabaoo.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://chabaoo.cn" target='_about'><img src="/js/pic/piao-l-1.gif" width="80" height="80" border="0" /></a></div>   

相關(guān)文章

最新評(píng)論