Hello,
I see lots of posts regarding tool tips. Is this a Milonic tool-tip script? When I go to Tool Tips from the Milonic home page, it says comng soon.
I actually need a tool tip and if Milonic offers one, I'd like to see it!
Viken K.
Tooltips - Where???
Hi,
Also, the actual tooltips module is on the Milonic bolt-on modules page
http://milonic.com/menumodules.php
Hiya Bob,
how're things going?
Ruth
Also, the actual tooltips module is on the Milonic bolt-on modules page
http://milonic.com/menumodules.php
Hiya Bob,
how're things going?
Ruth
I've just posted a demo of the new tooltips at http://milonic.com/tooltips.php
Still no Docs yet, should be tomorrow but you can do a view source.
Just make sure that you download the new menu and the new tooltips.js file.
Hope this helps,
Andy
Still no Docs yet, should be tomorrow but you can do a view source.
Just make sure that you download the new menu and the new tooltips.js file.
Hope this helps,
Andy
Andy,
Is there a general timeframe for when you'll get the Documentation out on the tooltips?
I checked the page source, but I can't get the tooltips to follow the mouse, even though I've got the latest versions of tooltips.js and the menu. Even copying and pasting the example on from your source code isn't working for me.
Perhaps reading ther documentation will help me.
Thanks.
Viken K.
Is there a general timeframe for when you'll get the Documentation out on the tooltips?
I checked the page source, but I can't get the tooltips to follow the mouse, even though I've got the latest versions of tooltips.js and the menu. Even copying and pasting the example on from your source code isn't working for me.
Perhaps reading ther documentation will help me.
Thanks.
Viken K.
They work fine for me... if you're doing it from within a menu item
make sure you have:
or on an html object:
notice the 2nd parameter above. If that all still doesn't work... dont know offhand
make sure you have:
Code: Select all
aI("tooltip='some text';tipfollow=1;text=Item");
Code: Select all
<img onmouseover="showtip('my text', 1);" onmouseout="hidetip();">