Mar 9, 2001 #1 greyone Programmer Joined Dec 14, 2000 Messages 200 Location CA Is it possible to change the input text box value to some other color other than the default black which will work both in Netscape and IE. <input type=text name="hello" value="other color"> Please help
Is it possible to change the input text box value to some other color other than the default black which will work both in Netscape and IE. <input type=text name="hello" value="other color"> Please help
Mar 10, 2001 #2 GIGN Programmer Joined Oct 6, 2000 Messages 1,082 Location NZ Like this you mean? <input type="text" name="v3" style="color:red;background-color:black"> Ofcourse NS4.x has no show of displaying this - but who cares right? b2 - benbiddington@surf4nix.com Upvote 0 Downvote
Like this you mean? <input type="text" name="v3" style="color:red;background-color:black"> Ofcourse NS4.x has no show of displaying this - but who cares right? b2 - benbiddington@surf4nix.com