![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Anyone have issues with mouse clicking on form fields when using Firefox or Safari? All three fields can be accessed via mouse click when using IE, however if I use Firefox or Safari the "email" field will not allow access via mouse click, only the tab button. Thanks for your help! http://dl.wrgracemedia.net/login_email_NOTEMPLATE2.php Your labels are foobar. |
#3
| |||
| |||
|
|
Anyone have issues with mouse clicking on form fields when using Firefox or Safari? All three fields can be accessed via mouse click when using IE, however if I use Firefox or Safari the "email" field will not allow access via mouse click, only the tab button. Thanks for your help! http://dl.wrgracemedia.net/login_email_NOTEMPLATE2.php |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
.oO(gmedia3) Anyone have issues with mouse clicking on form fields when using Firefox or Safari? All three fields can be accessed via mouse click when using IE, however if I use Firefox or Safari the "email" field will not allow access via mouse click, only the tab button. Thanks for your help! http://dl.wrgracemedia.net/login_email_NOTEMPLATE2.php Change this: label>Password input type="password" name="textfield2" / input name="textfield3" type="text" / /label to this: label>Password input type="password" name="textfield2" / /label label>Email input type="text" name="textfield3" / /label One label, one form control. And remove the label from the submit button - it doesn't make sense. Micha |
#6
| |||
| |||
|
|
Isn't there something goofy about labels that wrap tags as opposed to those that are associated to tags using the "for" attribute? |
![]() |
| Thread Tools | |
| Display Modes | |
| |