In my CSS file, I have defined a class as given below.
input.entryFormInputBoxColor:focus
{
background-color:cyan;
}
When I use Firefox (3.5.5), the Input Box background color changes to cyan when there is focus, but it is not changing in IE (6.0). The class is successfully executing in Firefox, and all other classes defined, work well in IE too, but the above given class fails in IE.