Re: pseudo-class suggestion

 > > I think that CSS should have a pseudo element for elements that have an
 > > ID of the fragment identifier of the current URL.  So if I follow a link
 > > to a specific paragraph in a piece of text, then that paragraph can be
 > > highlighted.
 > 
 > Actually this should be a pseudo-class. Sorry.

Actually, a pseudo-class is a bit heavy-weight for this, since you
could almost do it with some matching notation:

	*[ID=<whatever>] { background-color: green }

Steven Pemberton

Received on Tuesday, 10 March 1998 08:32:20 UTC