New Message: Re: Navigator Links

webmaster at userland.com webmaster at userland.com
Tue Aug 24 12:14:56 PDT 2004


A new message was posted:

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

By: Steve Hooker (steve at cybersaps.com)

If you add to your templates, after the call to the external stylesheet, then you'd be overwriting their stuff. Add something like this to your templates, probably above in the head section of the HTML:

<style type="text/css"
<!--
 .navigatorLink {
 font: 11px verdana, arial, helvetica, sans-serif;
 color:#B5B0C4;
 font-size:11px;
 font-weight:bold;
 line-height:16px;
 }
 a.navigatorLink:link
 {
 color: #A0C2D6;
 text-decoration: none;
 letter-spacing: normal;
 }
 a.navigatorLink:visited
 {
 color: #8BA9BA;
 text-decoration: none;
 letter-spacing: normal;
 }
 a.navigatorLink:hover
 {
 color: #ffffff;
 text-decoration: underline;
 letter-spacing: normal;

--
</style





More information about the Frontier-Users mailing list