摘要:
functiongetCurrentStyle(ele,name){if(typeof(ele)=="string"){ele=document.getElementById(ele);}if(document.all){returnele.currentStyle[name];}returndocument.defaultView.getComputedStyle(ele,null)[name];}functionupdate(){show("layer");}//弹出层functionshow(divID,relativeTop,relativeLe 阅读全文
posted @ 2010-11-05 15:33
再快一点
阅读(571)
评论(0)
推荐(0)