Previous Message
Next Message

RE: [css-d] Simple question about Hover

Sent by Brady Gearring on 31 January 2003 17:05


try making another set of links for the nav

a.nav
a.nav:link
a.nav:hover
{color: #0852a5;font-size: 10px; font-family:Verdana, Arial, Helvetica,
sans-serif; background-color: #0852a5; }
a.nav:visited  

<a href="" class="nav">nav link</a>

and change your normal links to whatever you want them to be (no hover
and/or keep the same look as link)

-----Original Message-----
I am building a page and want to use hover only in a specific area - the
navigation.


a { color: #0852a5; font-size: 10px; font-family:
Verdana, Arial, Helvetica, sans-serif }
a:link { color: #0852a5; font-size: 10px; font-family:
Verdana, Arial, Helvetica, sans-serif }
a:hover { color: #0852a5; font-weight: ; font-size: 10px; font-family:
Verdana, Arial, Helvetica, sans-serif; background-color: #0852a5; }
a:visited { color: #666; font-size: 10px; font-family:
Verdana, Arial, Helvetica, sans-serif }
Previous Message
Next Message

Possibly related: