input:focus, textarea:focus, select:focus, input:hover
{ background : #ffd;
color : black; }
input[type="submit"]:hover { border-color: #900;
background: #ffd;
color: #600; }
input[type="submit"]:active { border-color: red;
color: red;
background: #ffc; }
Hi-ya!
( that’s my code-fu)
This problem plagued me for months.
Here’s the solution: