SyntaxFix
Write A Post
Hire A Developer
Questions
You could do this with the CSS3 :target selector.
menu:hover block { visibility: visible; } block:target { visibility:hidden; }