Advanced Tooltips Support Product Page
This topic was archived
JavaScript Error
Reported 25 Jul 2008 05:15:14
1
has this problem
25 Jul 2008 05:15:14 Paolo Cognetti posted:
Please look hereprova.grminuterie.it
login with XXXXXXXX/XXXXXXX
Go to Download section
Here there is FolderView and Advance tooltip for view info on file
Try mouseover on one file and have JS error
Thanks
Paolo
Replies
Replied 28 Jul 2008 12:52:36
28 Jul 2008 12:52:36 Kiril Iliev replied:
Hi Paolo,
Please use span/div tag to put the behavior of Advanced Tooltips. Encapsulate the span into the link tag. Your code should look something like this:
<li><a href="file:///D|/Develop/phpremote1/images/alpinevalley_balda.jpg" target="_blank"><span onmouseover="applyDMXTooltip(this,'Type a string or select an option...','fly','easeInOutSine','mouse','in',600,600,'mouseout','white',true,'','',0,0,'auto','auto','300','auto')">Item 1</span></a></li>
DMX Zones Support Team
Please use span/div tag to put the behavior of Advanced Tooltips. Encapsulate the span into the link tag. Your code should look something like this:
<li><a href="file:///D|/Develop/phpremote1/images/alpinevalley_balda.jpg" target="_blank"><span onmouseover="applyDMXTooltip(this,'Type a string or select an option...','fly','easeInOutSine','mouse','in',600,600,'mouseout','white',true,'','',0,0,'auto','auto','300','auto')">Item 1</span></a></li>
DMX Zones Support Team
Replied 30 Jul 2008 22:03:38
30 Jul 2008 22:03:38 Paolo Cognetti replied:
Thanks it works
Bye
Paolo
Bye
Paolo
