Cinderella
06-26-2003, 04:14 AM
can anyone tell me how to get the link effect where there's a background color and a border aound the link when you hover over it? if you don't know what i mean, go to www.play-connection.com
|
View Full Version : link effects Cinderella 06-26-2003, 04:14 AM can anyone tell me how to get the link effect where there's a background color and a border aound the link when you hover over it? if you don't know what i mean, go to www.play-connection.com kittycat 06-26-2003, 04:58 AM a:hover { background-color: #colour; border: 1px solid #colour; } you can add whatever else you want to that code, that's the background colour and border. Cinderella 06-28-2003, 04:14 AM thank you so much! |