Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: formatting a input text area


Message #1 by "Andrew Thorne" <AndrewT@C...> on Mon, 27 May 2002 22:51:14 -0300
This is a multi-part message in MIME format.

------=_NextPart_000_0192_01C20670.342AD000
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

i donot think Ns4 support such funcyionality,
u cannot apply the css or style to form element in case of NS4.
only NS6 give support for that .

  ----- Original Message -----
  From: Andrew Thorne
  To: javascript
  Sent: Tuesday, May 28, 2002 7:21 AM
  Subject: [javascript] formatting a input text area


  Can anyone tell me how to format the background color and font color 
of an input text area in Netscape?

  I know that IE will allow the following:

  <input type=3D"text" size=3D"10" maxlength=3D"10" 
style=3D"background-color: Black; font-family: Courier New, Courier, 
Serif; font-size: 10pt; color: #009900;">

  I tried using - layer-background-color: #000000;
  but with no luck.



  --- Improve your web design skills with these new books from 
Glasshaus. Usable Web Menus 
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=3Dnosim/theprogramm
e r-20 Constructing Accessible Web Sites 
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=3Dnosim/theprogramm
e r-20 Practical JavaScript for the Usable Web 
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=3Dnosim/theprogramm
e r-20 --- Change your mail options at http://p2p.wrox.com/manager.asp 
or 



  Return to Index