P
P
p71612011-03-04 02:59:23
css
p7161, 2011-03-04 02:59:23

Font-weight issue with :visited link

The problem occurs in chrome and in the new FF 4 too

CSS code: HTML code: In IE7, 8, FF3, Opera 11 the visited link is no longer bold. In FF4 and Chrome, font-weight:normal for a visited link doesn't work, it stays bold . How can I make it become normal in these browsers, and what causes this problem in the first place? I can't figure it out
a { font-weight:bold }
a:visited { font-weight:normal;}


<a href="http://habrahabr.ru/post/222/">Ссылка</a>



Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sererator, 2011-03-04
@p7161

This is due to security issues: developer.mozilla.org/en/CSS/Privacy_and_the_%3avisited_selector

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question