摘要:
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 阅读全文