Steve Horrillo wrote:
Quote:
Anyone know where to get a Tool Tips javascript that will pop up a little
box when hovered for words that needs more explanation. I'm using Front Page
BTW.
No.
|
But here's the entire thing for your CSS file
and modifying pleasure (it's been around the net
for a while -- not my invention):
abbr, acronym, .help {
border-bottom: 1px dotted #777;
cursor: help;
}
The above CSS is referenced from markup like:
<span class="help" title="Pronounced with a long o.">kludge</span>
<acronym title="Department of Transportation">DOT</acronym>
--
mbstevens
http://www.mbstevens.com/howtothumb/