Re: [docbook-apps] <link linkend> in XHTML output

From
Andy Smith <>
Date
2008-10-04T08:46:09+00:00
ID
Thread
Re: [docbook-apps] <link linkend> in XHTML output
2008/10/3 David Cramer <>:
> Or is there a way to make a:hover affect only links?

Yes, use "a:link:hover" and "a:visited:hover" (or just ":link:hover"
and ":visited:hover").

Andy