[css-d] Hover state persisting on anchor with target=_blank

2012-02-16 Thread Kevin A. Cameron
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

Re: [css-d] Hover state persisting on anchor with target=_blank

2012-02-16 Thread David Hucklesby
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.

Re: [css-d] Hover state persisting on anchor with target=_blank

2012-02-16 Thread Julaine Scott
Add the following: a:visited { color:yellow; } Julaine On Thu, Feb 16, 2012 at 11:23 AM, Kevin A. Cameron kevinacame...@gmail.comwrote: 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