Posted by dorayme on 02/21/07 01:30
In article
<1172019016.633678.182270@k78g2000cwa.googlegroups.com>,
abracad_1999@yahoo.com wrote:
> I have created a very simple form
> <form name="form1" method="post" action="" style="font-size:0.75em;">
> e-mail <input type="text" name="textfield" size="15">
> password <input type="password" name="textfield"
> size="15">
> <input type="submit" name="Submit" value="sign in">
> </form>
>
> But when I come to view it in a browser (IE6) thee-mail text box has
> a
> colored backround.
>
>
> Any explanation, and how do i get rid of the color?
It is inheriting the background from somewhere else in your
code...
Try adding color: #000; background: #fff; to your style for
<form...>
Your code is only "good" under a transitional or older doctype
standard btw...
--
dorayme
[Back to original message]
|