Is :not(:hover) and :hover a safe way to hide accessible elements?
Your solution looks alright for CSS3. There isn’t anything I can think of to improve your solution for modern browsers as the opacity property will never be applied by browsers that don’t support it anyway. There is literally no other browser besides IE6 and NN4 (and older) without support for :hover on elements other than … Read more