RE: :here for Links

> >From Selectors CR:
> E[foo*="bar"] - an E element whose "foo" attribute value 
> contains the substring "bar".
> 
> I.e.:
> *[href*="#"] { }

This donesn't do any good either since it will catch both of the
following URLs

http://www.example.com/foo.html#link1
http://www.example.com/bar.html#link1

It also doesn't catch
http://www.example.com/foo.html

When we're on foo.html. And you might see that with some navigation
mechanisms

Adam

Received on Monday, 14 April 2003 10:47:14 UTC