Re: Get All Element Styles inside javascript
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
krithika wrote: > I would like to know if I can get all styles of an element ( from > style node , external css and inline css) inside javascript. From web page javascript, no. From chrome JS, sure. DOM Inspector and Firebug do just that. -Boris