Re: a:hover and a:active and named anchors

Tantek Celik says:
> 
> So, really what you _should_ do is stop using named anchors, and use the
> "id" attribute instead directly on the target element (i.e. don't use an
> unnecessary <a> element at all for the destination of a hyperlink), which is
> much better structurally than those empty named anchors that litter the web.

That's a nice way to do it, but how do you address user agents that 
still deal with HTML 3, 4, and XHTML 1.0? There has got to be a way to 
address them.

Received on Thursday, 25 July 2002 17:43:02 UTC