ayok Posted July 19, 2008 Share Posted July 19, 2008 Hi, I've got a question about input text field on IE (also FF?). Sometimes, some fields (not all) turn yellow. Why is that? How to change it back to the real color? Thank you, ayok Quote Link to comment Share on other sites More sharing options...
vikramjeet.singla Posted July 19, 2008 Share Posted July 19, 2008 this is due to google toolbars or yahoo toolbars.... Quote Link to comment Share on other sites More sharing options...
ayok Posted July 19, 2008 Author Share Posted July 19, 2008 I don't know, but I just realized that I make validation for those fields, but how to turn the color back? I think this is CSS matter. Quote Link to comment Share on other sites More sharing options...
vikramjeet.singla Posted July 19, 2008 Share Posted July 19, 2008 have you installed any toolbar on IE? can you attach a screen shot of IE? Quote Link to comment Share on other sites More sharing options...
TheFilmGod Posted July 19, 2008 Share Posted July 19, 2008 You can override this by explicatively stating the css background of the inputs. You can also solve this by calling the name of the <input> completely different. For instance, instead of saying <input type="text" name="email" /> call it <input type="text" name="electronic_mail" /> ---> this way the google/yahoo toolbar do not realize this is an email text field. Quote Link to comment Share on other sites More sharing options...
ayok Posted July 20, 2008 Author Share Posted July 20, 2008 Hm.. I see.. I'll try that one. The yellow fields are ugly.. why yellow? Thx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.