Re: [PHP] Weird Problem with INPUT tag

2004-02-29 Thread Richard Davey
Hello Ahbaid,

Sunday, February 29, 2004, 6:33:45 AM, you wrote:

AG this uses a FORM with INPUT tags, what is weird is that under IE6 some
AG of the INPUT fields are showing up with yellow
AG backgrounds

Sounds to me like you have the Google toolbar installed with the
AutoFill option enabled. See the preferences to turn the yellow
background off.

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Solved [PHP] Weird Problem with INPUT tag

2004-02-29 Thread Ahbaid Gaffoor
Yep, that was indeed the problem.

Many thanks for your help.

I just could not see that at all

regards

Ahbaid

Richard Davey wrote:

Hello Ahbaid,

Sunday, February 29, 2004, 6:33:45 AM, you wrote:

AG this uses a FORM with INPUT tags, what is weird is that under IE6 some
AG of the INPUT fields are showing up with yellow
AG backgrounds
Sounds to me like you have the Google toolbar installed with the
AutoFill option enabled. See the preferences to turn the yellow
background off.
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Weird Problem with INPUT tag

2004-02-28 Thread Ahbaid Gaffoor
I'm building a site using PHP for the navigation section of each page 
and to to do the general page layout.

To this effect I have created php functions to structure the pages and I 
fill in the static text specific to each page.

This all works.

I have now got to the point where I am doing a page to send emails...

this uses a FORM with INPUT tags, what is weird is that under IE6 some 
of the INPUT fields are showing up with yellow
backgrounds

They all use the same style sheet class, and simply varying the spelling 
of the field name and label from emil to ail fixes it!!!

for example the code below is coorrect (no yellowing):
 tr height=1
   td class=labelEmil/td
   tdnbsp/td
   td colspan=2
   input type=text name=emil size=80 class=finput
   /td
 /tr
but the following code is yellowed:
 tr height=1
   td class=labelEmail/td
   tdnbsp/td
   td colspan=2
   input type=text name=email size=80 class=finput
   /td
 /tr
Now this goes away under Mozilla or  Firebird browsers, so I know that 
this is specific to IE6

I'd really like to know why this is happening and how to correct this 
behaviour, and I cannot tell my client to not use IE.

thanks for all your help

the link below shows the problem in action, note the Email and Emil 
sections
http://geosysllc.ilmtech.com/contact

many thanks,

Ahbaid

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php