Neo
05-05-2000, 03:52 PM
When i apply CSS to a form it will not allow me to type into the form inputs here is the code i used:
<form method="Post" action="cgi-bin/form.cgi">
Name:<br><input type="text" name="name" size="0" maxlength="0" STYLE="background:404040" STYLE="color:808080"><br>
EMail:<br><input type="text" name="email" size="0" maxlength="0" STYLE="background:404040" STYLE="color:808080"><br>
ICQ#:<br><input type="text" name="icq" size="0" maxlength="0" STYLE="background:404040" STYLE="color:808080"><br>
Questions or Comments:<br><textarea name="questions" rows="6" cols="34" STYLE="background:404040" STYLE="color:808080"></textarea><br>
<input type="submit" value="Submit" STYLE="background:404040" STYLE="color:808080"><input type="reset" value="Reset" STYLE="background:404040" STYLE="color:808080">
</form>
i dont see why it does not work it will let me type in the textarea of the form but not the inputs
thx
Neo
i hope someone can help me
<form method="Post" action="cgi-bin/form.cgi">
Name:<br><input type="text" name="name" size="0" maxlength="0" STYLE="background:404040" STYLE="color:808080"><br>
EMail:<br><input type="text" name="email" size="0" maxlength="0" STYLE="background:404040" STYLE="color:808080"><br>
ICQ#:<br><input type="text" name="icq" size="0" maxlength="0" STYLE="background:404040" STYLE="color:808080"><br>
Questions or Comments:<br><textarea name="questions" rows="6" cols="34" STYLE="background:404040" STYLE="color:808080"></textarea><br>
<input type="submit" value="Submit" STYLE="background:404040" STYLE="color:808080"><input type="reset" value="Reset" STYLE="background:404040" STYLE="color:808080">
</form>
i dont see why it does not work it will let me type in the textarea of the form but not the inputs
thx
Neo
i hope someone can help me