-
網(wǎng)頁(yè)廣告特效知識(shí)點(diǎn)查看全部
-
改變樣式的方法 用.style.display = ‘none'; 還有.className = ' 另一個(gè)類名 '查看全部
-
按鈕closeBtn的樣式 .pic a#closeBtn查看全部
-
.rightAd{ width:400px; height:300px; background:#ccc; position:fixed; fixed相對(duì)瀏覽器固定定位 right:0; bottom:0; }查看全部
-
position:fixed; fixed相對(duì)瀏覽器固定定位查看全部
-
JS封裝優(yōu)化小技巧: var $=function(id){ return document.getElementById(id); }查看全部
-
知識(shí)點(diǎn)查看全部
-
廣告收齊效果 function adup(){ if(h>0){ h-=5; oAd.style.height=h+"px"; setTimeout(adup,1); } } [ 查看全文 ]查看全部
-
position:fixed;<br> 相對(duì)瀏覽器窗口固定定位<br> <br> javascript:void(0);<br> 表示一個(gè)死鏈接,點(diǎn)擊后無(wú)任何效果 className添加樣式查看全部
-
廣告收齊效果 function adup(){ if(h>0){ h-=5; oAd.style.height=h+"px"; setTimeout(adup,1); } }查看全部
-
廣告展開的效果 function adDown(){ var h=0; var maxH=oAd.height; if(h<maxH){ h+=5 oAd.style.height=h+"px"; oAd.style.display="block"; setTimeout(adDown,1) } } setTimeout(adDown,1000)查看全部
-
JS封裝優(yōu)化小技巧: var $=function(id){ return document.getElementById(id); }查看全部
-
右下角廣告顯示和隱藏查看全部
-
知識(shí)點(diǎn)查看全部
-
javascript:void(0) 表示一個(gè)死鏈接,死循環(huán),點(diǎn)擊后效果無(wú)效查看全部
舉報(bào)
0/150
提交
取消