Related to this question Changing CSS pseudo-element styles via JavaScript, is there any way using javascript that I can access a pseudo-element's style attributes?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
It depends on the browser. I don't believe IE support this in any way, but for FireFox and Webkit browsers, you can use the following:
For example:
See: getComputedStyle |
|||
|
|