New Message: Re: Navigator Links

webmaster at userland.com webmaster at userland.com
Fri Aug 27 08:06:37 PDT 2004


A new message was posted:

Address: http://manila.userland.com/discuss/msgReader$549

By: Samuel Reynolds (sam at spinwardstars.com)

Use nested style specification. Something like this:

bgcolmedgray {
 color: #990000;
 font-weight: bold;
 font-family: Univers, Verdana, sans-serif;
 font-size: 100%;
 ...
}
bgcolmedgray a:visited {
 color: #990000;
 font-weight: bold;
 text-decoration: none;
}
bgcolmedgray a:hover {
 color: #FF0000;
 text-decoration: none;
}
bgcolmedgray a:active {
 color: #CC0000;
 text-decoration: none;
}
bgcolmedgray a {
 color: #990000;
 text-decoration: none;
}

You can put this in your site CSS (preferred), or in the template.

- Sam




More information about the Frontier-Users mailing list