Focus not highlighting anchor link on tab
All anchor links except for one are getting background color changed on
focus, except for one.
HTML
<a id="login-as-guest">Cancel and browse as guest</a>
CSS
#login-as-guest a:focus{ background-color: yellow; }
Any ideas?
No comments:
Post a Comment