Results 1 to 2 of 2

Thread: Drop down DHTML on Image map

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

    Cool Drop down DHTML on Image map

    1) Script Title:
    "Drop down/ Overlapping Content script"

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

    3) Describe problem:
    Hi, basically I would really like this great script to be able to open from a "area href" tag - as it is now the dynamic content open below the image which does not fly in the setting it is needed. Any ideas? I've uploaded a demo page at: http://www.transfz.com/test/test.htm - the blue circle is image mapped to open the dhtml drop down.

    Any idea as to how to open the drop down at the mouse cursor when over blue circle in image?!

    All help is much appreciated!

    /Sunaj

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Hmm, try changing this in your code:
    Code:
    <DIV id="subcontent2" style="position:absolute; visibility: hidden; border: 9px solid orange; background-color: white; width: 300px; padding: 8px;">
    To this:
    Code:
    <DIV id="subcontent2" style="position:absolute; visibility: hidden; border: 9px solid orange; background-color: white; width: 300px; padding: 8px;z-index: 50;">
    Last edited by Nile; 04-24-2008 at 10:16 PM.
    Jeremy | jfein.net

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
  •