By using CSS creating a class for the A tag, creating the hover attribute within the class
and then assigning the class to the a
Here's the css from the page:
A.clMain:hover
{
COLOR: #003366;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: 11px;
FONT-WEIGHT: bold;
TEXT-DECORATION: underline
}
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
"Testing testing one two" <(E-Mail Removed)> wrote in message
news:casdql$lq5$(E-Mail Removed)...
> As above.
>
> I like the way these buttons work http://www.5prime.com/2003/en/index.html
> how do I do it?
>
> Cheers
> John
>
>