Hi!! I have the following code:- I get the text as disabled ("gray ") color. I need to change it somehow to met my need...but let it remain disabled. Is there any way?? <fieldset class="Description"> <legend align="right"> <b> Description </b> </legend> <div align="left" disabled> This page allows the Administrator to view/edit all parameters associated with <%= featureInfo.getFeatureName()%> feature in a centrex installation. The Administrator can specify values for Feature Attributes can enforce this feature through out the group as well as set global and default data for this feature. </div>
Thanks..
"Ignorance is bliss"
Mishra Anshu
Ranch Hand
Joined: Sep 16, 2003
Posts: 224
posted
0
I know that readonly gives a way....but not for all cases.
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
It can not be changed..
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
posted
0
It can not be changed..
subject: Can the color for the disabled item be changed