| 
 Posted by mark | r on 05/23/05 14:54 
"Eirk" <eirk@nospa.m> wrote in message 
news:greke.112809$IN.1919736@twister2.libero.it... 
> Hi, 
> is there any way to give focus to an INPUT type=file *textfield* using 
> css? That is: 
> 
> --->this works: 
 
> input[type="text"]:focus { 
> background-color: #FFCC00; 
> } 
> --->while this doesn't work: 
 
> input[type="file"]:focus { 
> background-color: #FFCC00; 
> } 
 
> Any idea? 
> Eirk 
 
nice CSS, i didnt know that! 
 
mark
 
[Back to original message] 
 |