You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Michael McGrady <mi...@michaelmcgrady.com> on 2004/02/11 23:00:17 UTC

Yellow background color in text fields?

With the following code the text field background for email is yellow, even 
though the background for password is white.  I have nothing in my css that 
should trigger this.  If I change the designation "email" to "password" the 
yellow background goes away.  Anyone have any clue about what is causing this:


               <tr>
                 <th align='right'>
                     <bean:message key='logon.password'/>
                 </th>
                 <td align='left'>
                   <html:password property='password'
                              maxlength='40'/>
                 </td>
               </tr>
               <tr>
                 <th align='right'>
                     <bean:message key='logon.email'/>
                 </th>
                 <td align='left'>
                   <html:text property='email'
                              maxlength='40'/>
                 </td>
               </tr>



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Yellow background color in text fields?

Posted by Andrew Shirk <sh...@ncsa.uiuc.edu>.
Your google toolbar?

At 04:00 PM 2/11/2004, you wrote:
>With the following code the text field background for email is yellow, 
>even though the background for password is white.  I have nothing in my 
>css that should trigger this.  If I change the designation "email" to 
>"password" the yellow background goes away.  Anyone have any clue about 
>what is causing this:
>
>
>               <tr>
>                 <th align='right'>
>                     <bean:message key='logon.password'/>
>                 </th>
>                 <td align='left'>
>                   <html:password property='password'
>                              maxlength='40'/>
>                 </td>
>               </tr>
>               <tr>
>                 <th align='right'>
>                     <bean:message key='logon.email'/>
>                 </th>
>                 <td align='left'>
>                   <html:text property='email'
>                              maxlength='40'/>
>                 </td>
>               </tr>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: struts-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org