Microsoft
Software
Hardware
Network
Question : Visited Links
i've got the code (attached) in my CSS, however when ever i click on a particular link, all of the links change color. is there something i'm doing wrong? or how do i make the color change for only the links that have been clicked (visited)?
1: 2: 3:
a { color: #1B4464; } a:visited { color: #7EB84A; } a:hover { color: #6E62B8; }
Answer : Visited Links
> all of the links change color
Do they all point to the same location?
Random Solutions
Unix filler
Iphone sync to Exchange 2007
How to remove new line from a string
Computer in VMWare has black screen with _ symbol
interview questions on SSIS
Prevent Deadlock in Database Coldfusion
Example on How to use AddPrinterDriver or AddPrinterDriverEx with C#?
Problem getting page with CURL and PHP
can i setup an application on a server without joining to a domain first?
Does anyone know FBML or the basics of developing a FB app?