Forum Moderators: open

Message Too Old, No Replies

Yellow textboxes in Internet Explorer

         

CodeDude

4:51 am on Oct 22, 2003 (gmt 0)

10+ Year Member



Has anyone experienced the form controls (textboxes) having a yellow background to them in IE6? I'm thinking it's an option in IE, but I don't know when I would have set it. It's really bothering me... any ideas?

I'm talking about all textboxes, not just one's coded by myself.

GaryK

5:12 am on Oct 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The easiest method is to use CSS. This will cause all textareas to have a yellow background with black text.

textarea {
background-color: yellow;
color: black;
}

willybfriendly

5:17 am on Oct 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If you are using the Google toolbar and have set "auto fill" it will show those form text boxes as yellow.

WBF

CodeDude

5:18 am on Oct 22, 2003 (gmt 0)

10+ Year Member



GaryK - Thanks for the quick reply, but I think you've mis-understood my question... I'm not looking to make my textboxes yellow... My problem is that my IE6 displays all the textboxes (from all webpages) with a yellow background. I'm not sure why, but I don't like it and would like to get rid of it... any ideas how?

[edited by: CodeDude at 5:20 am (utc) on Oct. 22, 2003]

CodeDude

5:19 am on Oct 22, 2003 (gmt 0)

10+ Year Member



willybfriendly - Thank you soooo much, that was the problem! Finally!

GaryK

5:29 am on Oct 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



The important thing is your problem is solved and we both learned something from the process. Thanks, willybfriendly for educating CodeDude and myself.

amznVibe

6:23 am on Oct 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



lol this is the third time I've seen the problem discussed here, we need a faq for it

CodeDude

6:54 am on Oct 22, 2003 (gmt 0)

10+ Year Member



I did a quick search and didn't come up with anything... sorry guys... but thanks again for the quick responses!

shaadi

9:58 am on Oct 27, 2003 (gmt 0)

10+ Year Member



CodeDude, have you installed Google Toolbar [toolbar.google.com]?