![]() |
|
|
+ Search |
![]()
|
Jan 30th, 2003 03:53
Klaus Bolwin, jabamani samuel,
For an input-field of type text you can change the color as follows:
e.g.
input[type=text] {color:red;}
or
input.classname[type=text] {color:red;}
Since most of the CSS directives concerning input-elements don't work in
MSIE, it may be this will work in Mozilla&Co only.