crazyremix2006
02-05-2006, 08:12 AM
Hello everyone, I was wondering how to change the color of hovered links, I looked at Lissa's html help but the code didnt work... -crazyremix2006
|
View Full Version : How do I change the color of hovered links crazyremix2006 02-05-2006, 08:12 AM Hello everyone, I was wondering how to change the color of hovered links, I looked at Lissa's html help but the code didnt work... -crazyremix2006 Arwen 02-05-2006, 09:39 AM Use css instead. <style type="text/css"> A:hover { color:#COLOR; font-weight: none; text-decoration: none;} </style> Replace COLOR with your desired color. crazyremix2006 02-05-2006, 08:45 PM thx |