You can either Google for free script that results in a different image to
display on mouseover, or simply insert the following script somewhere on
your page via the insert HTML code fragment tool:
script for changing the color of the mouse-over using the insert HTML
fragment feature:
<style>
a:hover {color: #ffffff; font-weight: bold;}
</style>
#ffffff is the HTML Hex value
DavidF
> I'm trying to create a webpage where the manually created nagivation
> buttons'
> text changes color on mouse over. I have two files for each button (one
> white text, one blue text). I can't figure out what the HTML fragment is
> that will allow me to switch between the two files on mouse over.