Tag Archives: safari

Problem with input focus on Safari

I had a javascript hic­cup, and I think the solu­tion may be help­ful to oth­ers. The basic setup is this: Lim­ited space means no room for labels in a login form. So instead we used a pre­set value in the input ele­ments, like so:   <input value="Username" name="username" type="text" /> <input value="Password" name="password" type="text" /> Which […]

Posted in Code | Also tagged , | 1 Comment