CSS :focus pseudo-class property
Usage
Used for styling the properties of a <a> link which has focus. Not supported by Internet Explorer.
Example
Code:
a:link { color: blue; }
a:focus { color: green; }
Used for styling the properties of a <a> link which has focus. Not supported by Internet Explorer.
a:link { color: blue; }
a:focus { color: green; }