Hi i have a problem with my visited links, in the body they work fine but in the top menu and right sidebar they dont, any ideas/help i would appriciate it. The site is Here. Cant figure it out.
I think the problem can be fixed by changing div#top li a:visited to just div#top a:visited, getting rid of the li. Also, you may want to think about your decision to have the links bold on hover. It shifts the text around on the page in a very distracting manor.
Hi bullfrog, the problem is still there look at the right sidebar when i give the links a visited color, then click on it the whole lot goes to that color?
you may assign a class for top <a> att #top like, <a href="" class="top_link">link</a> then in CSS: #top a.top_link:visited { color: #ABC; } i'm not sure this would works, but you can try and see what happen