Re: :here for Links

Ernest Cline wrote:

> That can already be done with CSS3 Selectors. The selector a[href^="#"] would 
> select all links that begin with "#" and hence point to the current page.

That's clearly not enough. if the document's URL is 
http://www.example.com/foo.html and the href of the link is 
foo.html#bar, that's a local URL too and it does not begin with #...

</Daniel>

Received on Monday, 31 March 2003 02:44:16 UTC