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