Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Greyed Out" Text Boxes in NS 4

Status
Not open for further replies.

blueindian1

Programmer
Apr 24, 2001
150
US
Howdy All,

I have a text box created with:
Code:
<input class=&quot;textfield&quot; type=&quot;text&quot;>

I have disabled this box using javascript. However, I need it to be grey, so it is obvious to users that they cannot use the box.

Does anyone know how to change the color of the box from white to grey in Netscape 4?

Thanks!!

Rich
 
Rich,

I am not sure this works in Netscape 4, but normally I add a cascading style for background:gray to your textfield class.

Hope this helps.
Mickey
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top