[ic] Vertical Category List Question

Ryan Grace ryan at ryangrace.com
Wed Nov 12 05:06:40 EST 2003



On Wed, 12 Nov 2003, Hostmaster wrote:

>
> Because I am hyperlinking the Product Group headings, I'm having difficulty
> understanding how to make them Bold Text, since they are being controlled by
> the same .class as the categories in the __THEME_CSS__ , as shown below:
> }
>
> A.barlink:link, A.barlink:active, A.barlink:visited {
>   color: __CATEGORYBAR_LINK__;
>   font-family: __CATEGORYBAR_FONT__;
>   font-weight: __CATEGORYBAR_WEIGHT__;
>   text-decoration: __CATEGORYBAR_LINKDECO__;
>   font-size: __CATEGORYBAR_FONTSIZE__;
> }
>
> A.barlink:hover {
>   color: __CATEGORYBAR_LINKHOVER__;
>   font-family: __CATEGORYBAR_FONT__;
>   font-weight: __CATEGORYBAR_WEIGHT__;
>   text-decoration: __CATEGORYBAR_HOVERDECO__;
>   font-size: __CATEGORYBAR_FONTSIZE__;
> }
>

I think if you change the CATEGORYBAR_WEIGHT variable to something like 'bold' that should do it.  Check a CSS reference on the web for details on the font-weight CSS directive.  You could also remove the __CATEGORYBAR_WEIGHT__ reference in those two styles and replace it with "bold" to avoid unintended bolding elsewhere.

Ryan


More information about the interchange-users mailing list