Links with onscreen tips

W

wewak11

I have several words that link to seperate pages. I also want to put onscreen
mouseover text on each word. Can I do it without using layers? If I need
layers, should the layer have the hyperlink to the appropriate page? Or is
there a much easier way? As always, thanks a bundle for your help. Cheers,
Graeme
 
T

Trevor L.

There was a reply in an earlier thread

<a href="mypage2.html" title="What you want to say when mouse hovers over
the text">some text</a>

<a href="mypage2.html" title="What you want to say when mouse hovers over
the text">do it again</a>

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au
I have several words that link to seperate pages. I also want to put
onscreen mouseover text on each word. Can I do it without using
layers? If I need layers, should the layer have the hyperlink to the
appropriate page? Or is there a much easier way? As always, thanks a
bundle for your help. Cheers, Graeme


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
T

Trevor L.

Sorry this should read

<a href="mypage1.html" title="What you want to say when mouse hovers
over the text">some text</a>

<a href="mypage2.html" title="What you want to say when mouse hovers
over the text">do it again</a>

so that each reference is to a different page mypage1 and mypage2
--
 
M

Mark Fitzpatrick

Trevors suggestion of using the title attribute is right on. Just keep in
mind that the title attribute is not available on all browsers, though
hopefully it will be in the future. Also, in case you wonder, there is no
way to control the period the "tooltip" is available so it's not possible to
say, set it to appear for 10 seconds then dissappear. It's right now at the
browsers whim.

Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage
 
T

Thomas A. Rowe

???

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WebMaster Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Top