Thanks
disabled form field text colour
Moderator: General Moderators
disabled form field text colour
Hi all, is there any way, with CSS or something similar, to change the text colour in a disabled input field in a html form. Any ideas would be great.
Thanks
Thanks
- social_experiment
- DevNet Master
- Posts: 2793
- Joined: Sun Feb 15, 2009 11:08 am
- Location: .za
Re: disabled form field text colour
If the element has a unique id you can target it with CSS.
[text]#uniqueID {
color: #fff;
}
[/text]
Could you please paste the code of the html form and indicate the disable field.
[text]#uniqueID {
color: #fff;
}
[/text]
Could you please paste the code of the html form and indicate the disable field.
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering