CSS style info library
Posted
by Bobby Jack
on Stack Overflow
See other posts from Stack Overflow
or by Bobby Jack
Published on 2010-06-03T10:24:36Z
Indexed on
2010/06/07
7:12 UTC
Read the original article
Hit count: 260
JavaScript
|css
Is anyone aware of a good javascript library to obtain original (i.e. not computed) style for a given element in the DOM? In other words, something one could use to produce the results in Firebug's style tab. Like Firebug, it should take into account inheritance, shortcut properties, and all the other nuances of CSS.
© Stack Overflow or respective owner