rejects
05-10-2003, 05:43 PM
When you click on an image link a purple boarder forms around it. It is originally red before you select it. How can i keep it red after it has been selected?
|
View Full Version : Purple border on image links rejects 05-10-2003, 05:43 PM When you click on an image link a purple boarder forms around it. It is originally red before you select it. How can i keep it red after it has been selected? Elentari 05-10-2003, 06:00 PM You would have to change your links colours in a:visited {text-decoration:none; color:red;} a:active{text-decoration:none; color:red;} |