Results 1 to 2 of 2

Thread: DHTML drop down menu issues

  1. #1
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile DHTML drop down menu issues

    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

  2. #2
    Join Date
    Mar 2009
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •