Image w/ description tooltip v2.0
http://www.dynamicdrive.com/dynamici...agetooltip.htm
This script is working great but I was wondering if there is a .js mod to allow the tooltip image on hover to fade in and out?
Thank you.
Image w/ description tooltip v2.0
http://www.dynamicdrive.com/dynamici...agetooltip.htm
This script is working great but I was wondering if there is a .js mod to allow the tooltip image on hover to fade in and out?
Thank you.
Using a text only editor like NotePad, look inside ddimgtooltip.js and change these two functions as shown (highlighted):
Save and use that version of the script.Code:showbox:function($, $tooltip, e){$tooltip.stop(true, true).fadeIn('slow')this.positiontooltip($, $tooltip, e) }, hidebox:function($, $tooltip){$tooltip.stop(true, true).fadeOut('slow')},
The browser cache may need to be cleared and/or the page refreshed to see changes.
If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Hi John,
Worked great in all browsers, thanks !!!
Bookmarks