MBaron007 wrote:
> I need the Text color to change and not the background
color. I have tryed
> the following CSS with no luck:
> .disabledcolor {color: #000000}
>
> Here is my code:
>
> <textarea name="Goal1" disabled="disabled"
class="disabledcolor" id="Goal1"
> style="width:425px" dojotype="dijit.form.Textarea"
>>
<%=(Goals.Fields.Item("Goal1").Value)%></textarea>
Unless the text on your page is a different colour from
black, you won't
notice any change. The following style rule changes the
colour in a
disabled text area to red (adjust it to your needs):
textarea[disabled] {
color:#f00;
}
--
David Powers, Adobe Community Expert
Author, "The Essential Guide to Dreamweaver CS3" (friends of
ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/