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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to