|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
css: focus?
I am trying to get the css focus selecter working, but with not much luck, any suggestions?
input, textarea { background-color: #fcfaf4; font-family: verdana, sans-serif; font-size: 1em; color: #b6a57a; } input:focus, textarea:focus { background: #fff; font-family: verdana, sans-serif; font-size: 1em; color: #b6a57a; }
__________________
Computers are like Air conditioning, when you start opening windows they stop working! |
|
#2
|
|||
|
|||
|
It works beautifully in my favorite browsers (Mozilla, Opera 7).
IE5.5 on my test machine does not support it. Hope this helps, Jeroen |
|
#3
|
|||
|
|||
|
Does it really need to be set using CSS? Surely there is another way you could do it that would be compatible with different browsers, such as using javascript.
|
|
#4
|
|||
|
|||
|
I'm using IE6.0 and it doesn't work and as far as I know it should work
|
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > css: focus? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|