Log in

View Full Version : DHTML drop down menu issues



northman
03-13-2009, 11:14 PM
Hey there.

I'm trying to create a drop down menu item using rollover images. The original image - part of the nav bar - is a rollover image that, on Mouseover I want to open up a drop down list of four other rollover image links.

Can anyone point me to a script that I can use to do that? Something I can plug my links and images into and paste into my site code?

Thankyou kindly.

NM

blair.sawler
03-25-2009, 10:49 PM
I am trying to do exactly the same thing. My menu is built with photoshop, and I had the old anylink menu working, but would like to use the new version (:: AnyLink CSS Menu v2.0).

If anyone could assist, I would love it

Here is my code that I want to integrate:

<a href="#" class="menuanchorclass" rel="anylinkmenu1"
onmouseover="changeImages 'menu_publicsafety', 'images/menu_publicsafety-over.gif'); return true;"
onmouseout="changeImages('menu_publicsafety', 'images/menu_publicsafety.gif'); return true;"
onmousedown="changeImages 'menu_publicsafety', 'images/menu_publicsafety-down.gif'); return true;"
onmouseup="changeImages('menu_publicsafety', 'images/menu_publicsafety-over.gif'); return true;">
<img name="menu_publicsafety" src="images/menu_publicsafety.gif" width="142" height="37" border="0" alt=""></a></td>