Javascript/Prototype: Get css values, without referencing DOM elements?

Viewed 735

Is it possible to retrieve a style property by class name (e.g width of a class), defined in a CSS file, without having to fetch it from an actual element in the DOM?

2 Answers
Related