Links with onscreen tips

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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
--
 
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
 
Here's a neat, configurable Javascript that will provide mouseover tool tips.
 
???

--
==============================================
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.
==============================================
 

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

Back
Top