Firefox TextArea ReadOnly Background Gray, CSS override?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    Firefox TextArea ReadOnly Background Gray, CSS override?

    well...that's the first post I write where the title says it all.

    I have a "notificati on" text area , displaying system errors. It is readonly (or prefer to remain that way) but I don't want FF to make the background gray.

    I tried with CSS and class /id but no luck. I tried just doing textarea didn't work.

    i triead textarea[readonly], (??, like I saw on some site), and that obviously didn't work.

    Is there ANY way to remove this grey background (make it white) in my readonly textareas in firefox?

    Thanks guys,


    Dan
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    textarea{backgr ound-color:white}

    Comment

    Working...