Mouse over switching in Publisher?

A

AthenaGds

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.
 
D

DavidF

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top