Mutley Posted January 10, 2007 Share Posted January 10, 2007 I've done a form and some fields appear to be "yellow" shaded, why is this? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted January 10, 2007 Share Posted January 10, 2007 did mutley wee on them?can we have some code - html and css.which browser you were viewing etc etc. Quote Link to comment Share on other sites More sharing options...
Mutley Posted January 11, 2007 Author Share Posted January 11, 2007 Hmm, there is no CSS, using Firefox.<input name="page_id" maxlength="16" size="16" type="text" />As code, makes the background of it yellow, the other fields are fine. I haven't pee'd on them either, so I can't see what it is? ??? Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted January 11, 2007 Share Posted January 11, 2007 Me neither. Post a link maybe we can all have a look Quote Link to comment Share on other sites More sharing options...
AndyB Posted January 11, 2007 Share Posted January 11, 2007 The 'yellow' form fields are fields with names that are recognized by your browser's "auto-fill" software. That's usually what happens when you have the Yahoo toolbar or something equivalent installed. Check your browser set-up for auto-fill on forms. Quote Link to comment Share on other sites More sharing options...
nogray Posted January 12, 2007 Share Posted January 12, 2007 you can remove that problem by adding a style background and border to the field[code]<input type="text" style="background:#ffffff; border:solid #336699 1px;" />[/code] 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.