Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatting FORM fields 4

Status
Not open for further replies.

dmears1

Technical User
Jun 18, 2003
208
US
I have a form with four Textfields & 1 TextArea. Using CSS I wanted to change the background colors of these fields. In FF it works as expected. However, in IE the 4 textfields do not apply the background color while the textarea field does. You can see what I'm talking about here:
I've noticed the same thing on another page I'm working on here: On this page only 2 of the 4 fields are displaying the correct background color.

The CSS I'm using is:
Code:
input.text, select.text, textarea.text { background:#B4CCE9; border:solid; border-width:1px; border-color:#000000;}

The HTML is:
Code:
<INPUT name="zip" type="text" class="text">

Why does IE not display all fields correctly?

 
Do you have any toolbars installed, like google toolbar? Those could change the appearance of the input boxes they could fill. I looked at your page through Mozilla and IE6 and both produce the same result. All input boxes are properly coloured.
 
Yeah same here - looks fine for me in IE and FF...


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
I'll third that comment ... they look fine in my browsers too.

Rob
 
Thanks again Foamcow.
There is an option that can be turned off.
Click on the "Options" btn for the Google toolbar, then click on "AutoFill Settings", then uncheck the box "Highlight Fields on Web pages that AutoFill can update in yellow."
I would have probably wasted hours trying to figure out what was wrong with my code lol.

 
Sushi for lunch! Yum!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
O Time, Strength, Cash, and Patience! [infinity]
 
Looks good in my browser.

SW

-kaht

How much you wanna make a bet I can throw a football over them mountains?
sheepico.jpg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top