How can I get the css focus selector to work for previously disabled fields?
Dec.19, 2006 in
CSS
Pandemic asked: ok, I have some css defined that will change the background color of a text box once it has focus. The code works fine, except for if I set the focus to a previously disabled (recently enabled by javascript) text box. Any ideas on how I can fix this? Here is the code: […]