HighDots Forums  

Re: Tool Tips Javascript

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Re: Tool Tips Javascript in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
mbstevens
 
Posts: n/a

Default Re: Tool Tips Javascript - 06-26-2005 , 12:17 AM






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/


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.