-
$("#show").className=".show";查看全部
-
var $=funvtion(id){ return document.getElementById(id); } 封装函数查看全部
-
IE6比较淘气。。。 老师貌似更淘气查看全部
-
position:fixd;固定定位查看全部
-
关闭按钮的代码查看全部
-
position:fixed; ---fixed相对浏览器固定定位;ie6不支持,比ie6高才支持 <div class="content"><img src="demo.jpg" width="960"/></div> <div class="rightAd" id="tipCon"> <div class="pic"><a href="http://imooc.com"><img src="snow.gif" /></a> <a href="javascript:void(0);" id="closeBtn"></a></div> </div>查看全部
-
var aa=function(id){ return document.getElementById(id); }查看全部
-
marginLeft查看全部
-
$(#dbmove).animate({width:200,height:200},500,function(){ $(#dbhide).show(); })查看全部
-
$(#dbhide).click(function(){ $(this).hide(); $(#dbmove).animate({width:0},500,function(){ $(#dbhide).show(); })查看全部
-
$(#dbhide).click(function(){ $(this).hide(); $(#dbmove).animate({width:0},500,function(){ $(#dbhide).show(); }) $(#dbshow).click(function(){ $(this).hide(); $(#dbmove).animate({width:150},500,function(){ $(#dbshow).show(); }) });查看全部
-
$(document).ready(function(){ });查看全部
-
dbShow.onclick = function(){ startMove(dbMove,{width:150}); }查看全部
-
h-=5; oAd.style.height=h+‘px’; setTimeout{addUp,1};查看全部
-
h+=5; oAd.style.height=h+'px'; oAd.style.display='block'; setTimeout{adDowm,1};查看全部
举报
0/150
提交
取消