Link to home
Start Free TrialLog in
Avatar of Lee R Liddick Jr
Lee R Liddick JrFlag for United States of America

asked on

Flash Form, Disabled Field, Color Change

When you mark a <cfinput> within a flash form to disabled=Yes" it displays the data in the field on the page as a light gray.  Is there ANY WAY to alter the color so that it is easier for the end user to read on the page?  This is killing me...
ASKER CERTIFIED SOLUTION
Avatar of trifecta2k
trifecta2k

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of trifecta2k
trifecta2k

Another option is to add this to CSS:

className input[disabled] { background-color: white; color:red; }

The only problem is that I've noticed that it doesn't work well with IE but it works well with FireFox.
Avatar of Lee R Liddick Jr

ASKER

Not the background color...I want to change the font color.  BTW, that was a really disgusting shade of orange you used for the background too.  Hahahaha.
I only used the orange to make sure you would see it...lol.  Let me think of another solution
My apologies...I didn't even read the beginning of your comment.  I will play around with some background colors, not so obtrusive.  If you do think of anything else, please let me know.  Thanks.