Is there a way to use css or jquery to create a simple border around focused form field. I would like something similar to Groupon’s login page.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I checked the console in Chrome and they aren’t doing anything special to the input on
focus. They aren’t changing the class or the inline style. Here’s the user agent style for input for webkit-based browsers:I hope this gives you an idea of how it works, but I think it’s just general behavior of the browser.