On 2/16/12 10:23 AM, Kevin A. Cameron wrote:
http://www.kacevisual.com/files/hover-test/

On hover, link turns orange (CSS :hover). Click link opens in new tab
(target="_blank") Now going back to the original tab, if you don't
mouse into the page, you'll see the link is still in it's hover
state.

Default and expected browser behavior IMO, but some people here are
wondering if there's a way to have the link revert to the non-hover
state automatically.


In which browser / OS? It does not happen this end (Safari / Mac OS X).

This is "expected behavior" when you add the same "hover" style to
"focus". In that case, the only solution I'm aware of is to use
JavaScript to apply "blur" on the "click" event.
--
Cordially,
David


______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to