rollover

S

SteveO

rollover text links that change colour.
Do these have to be done in java or is there a simple script you can use?
 
D

David Bartosik - MS MVP

changing link color on a mouseover is simply CSS.
Publisher has no support for your using your own CSS, but you can try adding
this snippet of CSS for the href hovor into your page via the html code
fragment:

<style>
a:hover {color: #990000}
</style>


Of course change the html color code to your desired color.
 

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