View Single Post
Old 01-09-2005, 11:13 AM   #1 (permalink)
tigh
 
Newb Techie

Join Date: Mar 2004

Posts: 23

tigh

Default how to create a tooltip on a hover button?

I am using MS FrontPage to create hover buttons (not images). These are hyperlinks to different pages and I would like to include a tooltip which pops up when the mouse hovers over the link. There is no option in the hover button properties to create a tooltip.

This is the code
<applet code="fphover.class" codebase="./" width="120" height="24">
<param name="text" value="Button Text">
<param name="color" value="#000080">
<param name="hovercolor" value="#0000FF">
<param name="textcolor" value="#FFFFFF">
<param name="effect" value="glow">
<param name="url" valuetype="ref" value=Hi-Arts "http://www.hi-arts.co.uk/">
</applet>

Does anyone know how to include a tooltip or alt text?
Thanks.
tigh is offline