Quote:
Originally Posted by Voodoo
#main_body input.text {}
#main_body input.text:focus {}
also tried:
#main_body input.text:focus:selected
#main_body input.text:selected
#main_body input.text:hover (THIS WORKS)
|
This might be a dumb question, but when you write input.text, you're assigning a class named "text" to the input, right? You're not adding that notation because the input type is text?
Code:
<input type="text" class="text" />