text boxes background is inconsistant.

liunx

Guest
I have a form with number of text boxes in it. I did not specify any background color. I expect text boxes show white background. But on certain machines certain text boxes renders text boxes with light yellow background. it is inconsistant, some text boxes renders correct back ground some not. I have checked the versions of IE on the both machines, one rendering correctly and one not. It is the same version and updates. <br />
I tried to explicitly specify the background white on all text boxes. Still it is not working. <br />
Please help me in how to fixing this. <br />
Thanks in advance. <br />
Pingili<!--content-->Try this...it sets the textfield and font color.<br />
<br />
<input type="text" size="40" style="background:#000000; color:#FFFFFF" <br />
value="This text should be white with a black background"><!--content-->Another person had this exact same problem and it was the auto-fill option of the google tool bar causing the text fields to be a different color.<!--content-->
 
Back
Top