CSS/onmouseover
CSS/onmouseover
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- ganon0
read the link i posted...:
a:link { color:#000; font: 10px Geneva, Verdana, Arial, sans-serif; text-decoration: none; }
a:visited { color:#000; text-decoration: none; }
a:hover { color:#FF0000; text-decoration: underline; background: #000; }
a:active { color:#000; }