SyntaxFix
Write A Post
Hire A Developer
Questions
If you're looking for a pure css option, try using the :focus pseudo class.
#style { background-color: red; } #style:focus { background-color:yellow; }