View Full Version : Mouseover help pop up
livingeek
Nov 1st 2008, 3:19 pm
On http://www.instructables.com/id/Make-Beer/ I like that you can mouse over the steps and see some information. I tried finding the code to use by looking at the source, but could only find things that happened when you would click, but it works as a mouse over. Can anyone point me in the direction of where I can find how to code this into a site. I would really like to use it, but I'm just starting to learn Javascript.
SEOAnalytic.com
Nov 5th 2008, 6:33 am
Look on dhtmlgoodies.com. What you want it is called "Ajax Tooltips" or "Tooltips" in general. Search for that.
cc2365
Nov 21st 2008, 5:11 am
This is basic codes.
<a href="..." onmouseover="document.getElementbyId('box1').style.visiblity='visible';" onmouseout="document.getElementbyId('box1').style.visiblity='hidden';"></a>
<div id="box1" style="!Make this div float">
Some texts
</div>
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.