I've tried
andonmouseover=showtip('hello');
and don't get the "hello".onfunction=showtip('hello');
I've got the 1.3 tooltips and version 5.717 /mfurf
andonmouseover=showtip('hello');
and don't get the "hello".onfunction=showtip('hello');
Code: Select all
aI("text=Item Text;utl=whatever.htm;onfunction=showtip('tip text');");
Code: Select all
<a href="http://websites.milonic.com/ohsaratoga.com/" onmouseover="showtip('tip text')">Click here</a>
Hello menufurfer,
Long time, no furf... Wink![]()
Code: Select all
aI("text=Prepare With Prayer;url=Chapel.html;onfunction=showtip('tip text');target=_blank;");
Lately, it's been a nice, healthy breakfast of Girl Scout cookies. Love those things! Especially the lemon ones. It's a sacrifice that I make each year for a worthy cause.mfurf wrote:...What do you eat for breakfast that I might have some too?
The example code you posted (for the "Prepare with Prayer" item) is in bigscroll_menu_data.js, which defines your scrolling menu and its submenu. bigscroll_menu_data.js is loaded into main.htm, which in turn is loaded into your "main" iframe. So far so good. The problem is that main.htm does not load tooltips.js. Without tooltips.js loaded into the page, showtip() will not work for any object in that page, menu item or otherwise.Ruth wrote:Did you put the call for the tooltips.js file right after the menu_data.js file?