a tag hover styles
- Drupalguy's Blog
- Log in to post comments
<style type="text/css">/* unvisited link */
a:link {
color: green;
}
/* visited link */
a:visited {
color: green;
}
/* mouse over link */
a:hover {
color: red;
}
/* selected link */
a:active {
color: yellow;
}</style>
style="a:link { color: green;}; a:link { color: green;}; a:visited { color: green;}; a:link { color: green;};"