View Full Version : Links that have a patch that changes color behind them.


Becks
04-13-2003, 10:37 AM
I know thats not a good description...at all.

Well its like when you roll your mouse over a link it gets shaded in, a small page of the background behind it changes color. Does anyone know how to do this. Heres an example:

www.moonsims.com

epolady
04-13-2003, 10:54 AM
Are you talking about the links on the right side? It has like a maroon background and white text when you hover?

Becks
04-13-2003, 10:55 AM
Yep, those links.

Do you know how to do that?

epolady
04-13-2003, 11:02 AM
In your CSS put

a:hover{
text-decoration : none;
color : #000000;
background : #FF0000;
}

just change the color, etc. :)

Becks
04-13-2003, 04:13 PM
Oh thanx!

Next time my server refreshes (In about 4 Mins) its gunna be on my site!

People can click the 'WWW' button if they want to see it ;)