Log in

View Full Version : Mouseover Image code



Sondra
03-29-2011, 07:35 PM
Hello. I am new to the site and have no idea where to look for codes but I was told this might be the site to get the code I am looking for. I think it's a mouse over code. The code I am looking for is when you move your mouse over an image links will show up on the side like at this site

http://mayhem5.proboards.com/

If you go to 'the team staff' you will see what I mean. If this is the wrong area to ask i'm sorry. Thanks i advanced to whoever helps. :)

azoomer
03-29-2011, 07:50 PM
They are using the pop-it menu from DD. You can find it here:
http://www.dynamicdrive.com/dynamicindex1/popit.htm

Sondra
03-29-2011, 08:09 PM
Thank you for answering. How do I add a image instead of the text?

azoomer
03-29-2011, 08:49 PM
Here is how they do it on the site you showed us

<a href="#" onmouseover="showmenu(event,linkset[1])" onmouseout="delayhidemenu()">
<img src="http://i446.photobucket.com/albums/qq184/hufflenuffer/newyears_oliver.png" border="0">
</a>

Sondra
03-29-2011, 10:06 PM
Thank you very much for helping out.