Results 1 to 3 of 3

Thread: Drop-Down/Overlapping content & multiple entries

  1. #1
    Join Date
    Mar 2008
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default Drop-Down/Overlapping content & multiple entries

    1) Script Title:
    Drop down/ Overlapping Content script

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...lapcontent.htm

    3) Describe problem: I have an interactive map page on a site that uses many instances of the script to call drop down/overlaps (uh, 17 if you're counting) here. Initially, this seemed to work fine, but recently, I went in and made a small cosmetic change (I commented out text in one of the hidden DIVs). At any rate, it seems like now, most of the mouseovers don't work--numbers 1 through 6 work, but 7 and up seem to fail.

    I've combed through the code on the page and can't seem to find a reason for this. Is it just too many repetitive calls or something?

    Any help is way appreciated!

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    The problem seems to start with the 7th icon. Looking at your HTML, I see you have:

    Code:
    dropdowncontent.init("contentlink7", "right-top", 800, "mouseover")
    However, the DIV with id="contentlink7" on the page isn't defined. Try fixing that.

  3. The Following User Says Thank You to ddadmin For This Useful Post:

    jensoko (07-27-2008)

  4. #3
    Join Date
    Mar 2008
    Posts
    9
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much! Sorry for the late reply - for some reason I didn't get the email notification that anyone had answered this. I ended up commenting out "contentlink7" which seemed to do the trick.

    Once again, thanks!

    Jensoko

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
  •