Highlighting
Link Backgrounds on MouseOver
Highlighting the background
of your links when your mouse is placed over it, is an easy way to capture
your visitor's attention when they place their mouse over a link.
Where:
place the following code between your <HEAD> and </HEAD> tags.
<STYLE TYPE="text/css">
<!--
a:hover{background-color:#FFFF00;}
-->
</STYLE> |
.You can change the color from
the default "highlighter yellow" color by inserting another
color code into the code.
You can select a color from
our easy-to-use web
safe color palette.
|