View Single Post
Old 2012-12-18, 07:46 PM   #4
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Messed around with the css for a bit and what seems to work for me on my Mac is Safari, Firefox and Chrome is to make the color different in the link and hover tag like this.

Code:
a:LINK {color:#00ff00; text-decoration: none; }
a:visited {color:#00cc00; text-decoration: none; }
a:HOVER { color:green; text-decoration: none; }
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote