E
Erik
Hello,
When I use the input tag in a form in IE6 the backgroundcolor changes to
yellow when I use the name txtPostcode.
So this form gives me a textbox with yellow background:
<form action="thankyou.php" method="post">
<input type="text" name="txtPostcode" />
</form>
And this form gives me a textbox with white backround:
<form action="thankyou.php" method="post">
<input type="text" name="txtPostcod" />
</form>
I've only removed the 'e' from txtPostcode. I've no other code nor links
to stylesheets in the file to test this behaviour.
Does anyone understand this behaviour? Is it an IE6 feature to render
input on the basis of tagnames (I found the same behaviour using the
name txtEmail) and is there a possibility to influence it? (When I put
in a style with background: green; It is overridden and the background
color still becomes yellow.
Erik
When I use the input tag in a form in IE6 the backgroundcolor changes to
yellow when I use the name txtPostcode.
So this form gives me a textbox with yellow background:
<form action="thankyou.php" method="post">
<input type="text" name="txtPostcode" />
</form>
And this form gives me a textbox with white backround:
<form action="thankyou.php" method="post">
<input type="text" name="txtPostcod" />
</form>
I've only removed the 'e' from txtPostcode. I've no other code nor links
to stylesheets in the file to test this behaviour.
Does anyone understand this behaviour? Is it an IE6 feature to render
input on the basis of tagnames (I found the same behaviour using the
name txtEmail) and is there a possibility to influence it? (When I put
in a style with background: green; It is overridden and the background
color still becomes yellow.
Erik