NetTalk Central

Author Topic: Entry Field Color Problem?  (Read 3239 times)

jtdunn

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
Entry Field Color Problem?
« on: March 11, 2008, 04:43:13 AM »
In a form page (see screen shot below) three of the entry fields are colored yellow.  These fields are local variables and not required.  I cannot figure out why the have been colored yellow.

John


Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11176
    • View Profile
Re: Entry Field Color Problem?
« Reply #1 on: March 14, 2008, 03:19:30 AM »
Hi John,

Use Firefox, with Firebug, to "inspect" the css for the field. Then you can see what style it is using. And from that you should have a clue as to why they are yellow.

Cheers
Bruce

lanmicro

  • Full Member
  • ***
  • Posts: 112
    • View Profile
    • Email
Re: Entry Field Color Problem?
« Reply #2 on: March 14, 2008, 10:25:04 AM »
Hi,

DO you have Google Toolbar?  I have found that Google Toolbar colors some fields that are auto completed.
Gregory C. Bailey

jtdunn

  • Newbie
  • *
  • Posts: 37
    • View Profile
    • Email
Re: Entry Field Color Problem?
« Reply #3 on: March 17, 2008, 05:09:12 AM »
I do have the Google Toolbar installed and that might be the problem although the fields are not auto complete.  I notice that the yellow color is not being displayed in FireFox and other IE browsers on other machines.  This may be congruent with the presence (or lack of) of the Google Toolbar ... I'll check it out.  I did check the CSS and it is only using the 'FormEntry' CSS class.  The fields that are yellow are no different from the fields that are not being displayed with the yellow background.

John