I know that the "a:link" and "a:hover" pseudo-classes will do this...but for
EVERY link on the page.
It there a way to specify which links are effected by the anchor
psuedo-classes...or conversely, which are not? Or, is there another way
using styles to specify how links look and behave on hover?
Thanks!
Tom
tlfe...@REMOVEhealthebay.org
a.foo:link {blah}
a:link {blah}
<a class="foo" href="http://...
<a class="foo" href="http://...
<a class="foo" href="http://...
<a href="http://...
<a href="http://...
or
div.nav a:link {blah}
a:link {blah}
<div class="nav">
<a href="http://...
<a href="http://...
<a href="http://...
</div>
<a href="http://...
<a href="http://...
"viza" <m...@work.not> wrote in message
news:4LRj8.44869$xO2.3...@news11-gui.server.ntli.net...