View Full Version : fixed tool tip without href
Snaven
01-05-2006, 07:07 PM
Hi I'm a newbie to everything. I am trying to create a fixed tool tip as in the link off of this site. I don't want it to reference anything, just to pop up the tool tip when I mouse over the word. Can anyone help?
http://www.dynamicdrive.com/dynamicindex5/fixedtooltip.htm
jscheuer1
01-05-2006, 07:57 PM
Instead of something like this:
<a href="http://www.javascriptkit.com" onMouseover="fixedtooltip('Comprehensive JavaScript tutorials and over 400+ <b>free</b> scripts.', this, event, '150px')" onMouseout="delayhidetip()">JavaScript Kit</a>
Try something like this:
<span onmouseover="fixedtooltip('Comprehensive JavaScript tutorials and over 400+ <b>free</b> scripts.', this, event, '150px')" onMouseout="delayhidetip()">JavaScript Kit</span>
Snaven
01-05-2006, 08:03 PM
I worked thank you very much!
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.