Link to home
Start Free TrialLog in
Avatar of rtod2
rtod2Flag for United States of America

asked on

Find Nested Bubble Example

There are some paid options for producing nested bubbles on a web page.  I am in search of a free option and an example of how it is used.

Nested Bubble Function
Mouseover the word nested and it says bubble.  Mouseover the word bubble and it says function.  

Assistance is greatly appreciated!
ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rtod2

ASKER

Tagit, Thank you sir!

That's fantastic!  jsfiddle.net is wonderful!  

It's really close!  The only drawback here is that it doesn't go away once the mouse moves away.  Is there any way to make that happen?  

Also,
// How would I implement it into a standard HTML page?

Open in new window

no problem.

i've added in a timeout so it goes away after 1 second.

http://jsfiddle.net/rjurd/KxtAe/8/
Avatar of rtod2

ASKER

Nice!  So once I have forked it, I keep it even if you delete it?  Am I understanding that right?

Can I rename it?
What if I want to use it on a new WP page?  How would
implement it?

Open in new window

yep that's right... it's a test javascript environment and not meant to be referenced from your WP site.   you need to copy the JS code
Avatar of rtod2

ASKER

How do I implement your suggestion?
I would close this question and open another related question in the wordpress section of the website