Lately I\'ve been working on Shower HTML5+CSS3 presentation template to make a upcoming presentation. Shower uses the CSS :target pseudo-class which makes it easy to identif
To clear the hash target with a link without using Javascript, you can just make another tag with
href="#"
.
Simple example: http://jsfiddle.net/Y5XB7/
Click on the top black square for the :target
to be active, then click on the bottom black square to clear it.
...