SyntaxFix
Write A Post
Hire A Developer
Questions
Short answer no :)
But you could just use the same CSS for the hover like so:
a:hover, .hoverclass { background:red; }
Maybe if you explain why you need the class added, there may be a better solution?