Results 1 to 3 of 3

Thread: AnyLink Drop Down Menu Help... Quick Question...

  1. #1
    Join Date
    Dec 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default AnyLink Drop Down Menu Help... Quick Question...

    I downloaded and have setup:

    AnyLink Drop Down Menu

    Everything is working fine except the fact that I cannot get my hreft to work for the main link... for example...

    If I have a link that has a menu of the following:

    Commercial (commercial.php)
    |
    |- item1 (about.item1.php)
    |- item2 (about.item2.php)

    I cannot click the about link... it will not take me to about.php.

    The code that is used:

    Code:
    <a href="commercial.php" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Commercial Insurance</a>
    Thanks for any help with this...

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    From what you've said, it is unclear what the problem is. You have shown nothing that even attempts to link to the about.php page.

    However, if I may read between the lines, say you want it so that if you click on:

    Code:
    <a href="commercial.php" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Commercial Insurance</a>
    it will take you to the commercial.php page - if that's the case, simply remove:

    Code:
    onClick="return clickreturnvalue()"
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry - I meant to remove the references to 'about'

    None the less - you gave me the correct tip thanks... exactly what I needed.

    Thank you.

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
  •