|
Posted by Madame Blablavatsky on 10/09/64 11:22
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?
thanks
Navigation:
[Reply to this message]
|