标签:
function getStyle(el,cssProp){ if(el.currentStyle){ // ie return el.currentStyle[sccProp]; } else if(window.getComputedStyle){ return window.getComputedStyle(el)[sccProp]; } // return el.style[cssProp]; }
标签:
原文地址:http://my.oschina.net/bosscheng/blog/517676