Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:21

Tooltips - Where???


Poster: vikenk
Dated: Friday December 16 2005 - 15:02:41 GMT

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.


Poster: bobwill
Dated: Friday December 16 2005 - 15:59:26 GMT

Not sure if this is what you are looking for;

http://www.milonic.com/menusample6.php


Poster: Ruth
Dated: Friday December 16 2005 - 16:46:12 GMT

Hi,

Also, the actual tooltips module is on the Milonic bolt-on modules page

http://www.milonic.com/menumodules.php


Hiya Bob,

how're things going?

Ruth


Poster: Andy
Dated: Wednesday December 21 2005 - 17:51:03 GMT

I've just posted a demo of the new tooltips at http://www.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


Poster: vikenk
Dated: Thursday December 22 2005 - 17:41:08 GMT

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.


Poster: Shap5202
Dated: Thursday December 22 2005 - 18:02:59 GMT

They work fine for me... if you're doing it from within a menu item
make sure you have:

Code:
aI("tooltip='some text';tipfollow=1;text=Item");


or on an html object:

Code:
<img onmouseover="showtip('my text', 1);" onmouseout="hidetip();">


notice the 2nd parameter above. If that all still doesn't work... dont know offhand


Poster: vikenk
Dated: Thursday December 22 2005 - 18:11:11 GMT

Hmmmmm...

I'm trying to add it to an html element. When it didn't work, I tried to copy and paste the exact code used in the demo page (minus the class), but that didn't work either.

Not sure why.

Viken K.