Hector Guillermo Parra Alvarez

Ask me anything   Contact / Contacto   

My art: photography, prose, poetry, commentary. Visit HectorParra.com for other dimensions.

twitter.com/hgparra:

    CSS Computed Style →

    allenluo:

    How to use it?

    document.defaultView.getComputedStyle(elem, null)[‘CSSProperty’] or document.defaultView.getComputedStyle(elem, null).CSSProperty. For non-IE browsers that is.

    — 2 years ago