roll over tool

J

jess :)

is there a roll over tool in microsoft publisher - not sure if uts called
that in publisher but in the macromedia web starter there is a tool that you
use thats when you put ur mouse over something, something else appears.
 
B

brelade

Jess.

<style>
a{text-decoration:none}
a:hover {color: #000000; font-weight: bold;}
</style>

The above code, which you insert via HTML code fragement, will remove
underlines from all hyperlinks on your page, and when you hover over, will
turn text to bold black.

To change the colour of the hover just change the colour value.

If you view my site you will see what i mean.
http://www.breladecockerspaniels.co.uk.

If you are going to use on serveral pages, \make sure you insert it the same
way on each page.
Cheers
 
Top