Description
The :focus pseudo-class styles an element that has keyboard input focus.
Examples
This example shows how to specify the color of an input field that has focus.
input:focus
{
color:red;
}
Browser Support
Chrome | Firefox | IE | Safari | Opera |
---|---|---|---|---|
Miscellaneous Information
Defined In: | CSS2 |
---|