NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: jtdunn on March 11, 2008, 04:43:13 AM

Title: Entry Field Color Problem?
Post by: jtdunn 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

(http://www.oolaire.com/heritage/expdtlotnoform2.png)
Title: Re: Entry Field Color Problem?
Post by: Bruce 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
Title: Re: Entry Field Color Problem?
Post by: lanmicro 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.
Title: Re: Entry Field Color Problem?
Post by: jtdunn 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