Tooltips - Where???

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Tooltips - Where???

Post by vikenk »

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.
User avatar
bobwill
Mega Advanced
Mega Advanced
Posts: 229
Joined: Tue Oct 01, 2002 3:03 pm
Location: Kansas
Contact:

Post by bobwill »

Not sure if this is what you are looking for;

http://milonic.com/menusample6.php
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

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
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

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.
Shap5202
Super Advanced
Super Advanced
Posts: 62
Joined: Thu Sep 29, 2005 2:36 pm

Post by Shap5202 »

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

Code: Select all

aI("tooltip='some text';tipfollow=1;text=Item");
or on an html object:

Code: Select all

<img onmouseover="showtip('my text', 1);" onmouseout="hidetip();">
notice the 2nd parameter above. If that all still doesn't work... dont know offhand
vikenk
Mega Advanced
Mega Advanced
Posts: 297
Joined: Tue Nov 29, 2005 7:38 pm

Post by vikenk »

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.
Post Reply