Mouse Over Description - Code needed

Get help on web editors (Frontpage, Dreamweaver) and web languages (HTML, ASP, PHP).
Post Reply
doo_much
Registered User
Posts: 26022
Joined: 13 May 2004, 02:00
Location: Getting there...
Contact:

Mouse Over Description - Code needed

Post by doo_much »

Help please.
I need some html/javascript that'll highlight words and on mouse over give a description.
Not the normal alt tag.

Basically I need to create a list of commonly used acroyms etc and put a list somewhere (not in the body) with descriptions. If the user then ads the keyword to his text the browser makes the description available.

Hopes this makes sense on some level.
MOOD - Thirsty

A surprising amount of modern pseudoscience is coming out of the environmental sector. Perhaps it should not be so surprising given that environmentalism is political rather than scientific.
Timothy Casey
maxxis
Moderator Emeritus
Posts: 8307
Joined: 30 Jun 2004, 02:00
Location: ( . Y . )
Contact:

Re: Mouse Over Description - Code needed

Post by maxxis »

Look up jQuery tool tips.
doo_much
Registered User
Posts: 26022
Joined: 13 May 2004, 02:00
Location: Getting there...
Contact:

Re: Mouse Over Description - Code needed

Post by doo_much »

Thansk I'll have a look.
MOOD - Thirsty

A surprising amount of modern pseudoscience is coming out of the environmental sector. Perhaps it should not be so surprising given that environmentalism is political rather than scientific.
Timothy Casey
doo_much
Registered User
Posts: 26022
Joined: 13 May 2004, 02:00
Location: Getting there...
Contact:

Re: Mouse Over Description - Code needed

Post by doo_much »

Nope - that ain't it, you still need to edit the tags within the html.

What I'm looking for is something similar to Simply Links in Joomla.

Basically a glossary in the header/footer segment of the html, that'll automatically detect a keyword in tbe body and give you a mouse over tooltip.

The client has an inhouse app, similar to a windows help file.

I'm going to be taking a lot of raw text and creating a html page for each, and all these pages contain the same bull**** bingo phrases and acronyms.

I could just do a simple find and replace but then the client can't edit any of the pages - their app has very limited editing capability. But it only edits the <body>, which is why my glossary needs to be somewhere else?
MOOD - Thirsty

A surprising amount of modern pseudoscience is coming out of the environmental sector. Perhaps it should not be so surprising given that environmentalism is political rather than scientific.
Timothy Casey
Post Reply