Hi Peter,
I am not sure if what you are mentioning is it Hover Mouse Over. You need to edit your template stylesheet CSS to get the effect. If this is not enough help, maybe you can try google for “CSS hover mouse over”
<style type="text/css">
<!--
a:link { color: #0000ff;}
a:visited { color: #000000;}
a:hover { color: #CCCCCC;
background-color: #f06040;
text-decoration: none;
}
a:active { color: #333333;}
}
-->
</style>