|
Posted by Jonathan N. Little on 05/22/06 17:23
alexjaquet@gmail.com wrote:
> Hi,
>
> I need to change background-color of input when disabled is set to
> disabled. I already 've tryed
>
> input[disabled="disabled"] {
> background-color:#333333;
> color:#FF0000;
> }
>
> but it's doesn't work
>
> any idea ?
>
Most modern browsers already do this internally, the old ones that don't
also don't support the CSS require to 'trap' the condition....
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|