http://www.echoecho.com/csslinks.htm.
Example: Background colored links
<style type="text/css"> A:link {background: #FFCC00; text-decoration: none} A:visited {background: #FFCC00; text-decoration: none} A:active {background: #FFCC00; text-decoration: none} A:hover {background: #FFCC00; font-weight:bold; color: red;} </style>
|
|
The link from the above example would look like this: