Re: Anchor tags

> I think it would be helpful if, when an anchor link is clicked, the  
> resulting page's anchor could be styled to emphasize where on the page  
> it is. In other words, clicking on index.html#tag would take you to an  
> index page where the Tag section is custom-styled. This would be  
> particularly helpful for anchored links near bottom of pages.

This is what the :target pseudo class of CSS is for:

http://www.w3.org/TR/selectors/#target-pseudo
http://caniuse.com/#search=:target

Matt

Received on Wednesday, 4 July 2012 08:23:01 UTC