-
网页广告特效知识点查看全部
-
改变样式的方法 用.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
提交
取消