|
Posted by xeno on 10/24/34 11:22
On Tue, 26 Jul 2005 17:41:04 +0200, "Madame Blablavatsky"
<Blablavatsky@hotmail.com> wrote:
>hello,
>
>i have a stylesheer with a 'font-weight' for a link:
>--------------------------------
>a:link {
> font-family: Verdana,
> Arial, Helvetica, sans-serif;
> font-size: xx-small;
> font-style: normal;
> color: #FFFFFF;
> text-decoration: none;
> font-weight: 700;
>
>}
>------------------------------------
>this works fine, so no problem there.
>but, i have another link that should not be bold.
>for this i use the code:
>
>------------------------------------
>a.limburg:link {
> font-family: Arial;
> font-size: 12px;
> font-style: normal;
> color: #000000;
> text-decoration: underline;
> font_weight: 100;
>}
>-----------------------------------
>
>the problem is: the link with 'a.limburg:link' have also a 'font-weight' of
>700.
>how do i solve this problem?
Because you used a underscore instead of a - ? :-)
> font-weight: 700;
> font_weight: 100;
Navigation:
[Reply to this message]
|