allenluo:
How to use it? document.defaultView.getComputedStyle(elem, null)[‘CSSProperty’] or document.defaultView.getComputedStyle(elem, null).CSSProperty. For non-IE browsers that is.
How to use it?
document.defaultView.getComputedStyle(elem, null)[‘CSSProperty’] or document.defaultView.getComputedStyle(elem, null).CSSProperty. For non-IE browsers that is.