Forum Moderators: not2easy

Message Too Old, No Replies

How Do I Asign Background Color to This Link?

         

pab1953

1:17 pm on Oct 31, 2007 (gmt 0)

10+ Year Member



I have a text link that is underlined in the hover state. How do I make it so that when that link is moused-down on, a background color appears behind the text (the underline is there also)?

Thanks.

d40sithui

3:34 pm on Oct 31, 2007 (gmt 0)

10+ Year Member



have u tried using the active state?

a:active{
background:#ffffff;
}