This will be highlighted when you mouse over it

This will also be highlighted when you mouse over it

View the source to see the style definition.  The relevant code is below:  rgb(255,255,0) is the color of the highlight.  

<STYLE>
<!--
a:hover 
{
background-color: rgb(255, 255, 0);
}
//-->
</STYLE>

Back

(C). F. Permadi