Results 1 to 6 of 6

Thread: Drop down/ Overlapping Content script

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

    Default Drop down/ Overlapping Content script

    1) Script Title:
    Drop down/ Overlapping Content script

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

    3) Describe problem:
    OK...looking for a way to move the position down more...for example it appears right below the link and can't seem to be brought down more. Due to the CSS layout I have, I need it to appear further down (i.e. below the tab image)

    Any ideas? I've attached a screenshot to better explain

  2. #2
    Join Date
    Mar 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Further, can this be customized more? I'm trying to replicate what www.target. has going on

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

    Default

    You can manually increase the vertical offset by editing the below line inside the script:

    Code:
    subobj.style.top=this.getposOffset(anchorobj, "offsetTop")+verticaloffset+10+"px"
    The "10" here would add 10 pixels to the vertical position.

  4. #4
    Join Date
    Mar 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thank you!

    Is there a way to configure this script more so it functions similar to how www.target.com functions?

    For example theirs seems to be able to fit within the body parameters of the page. Whereas this script just has one specified position for all drop downs (targets will expand to the right or left, for example, depending on where it is in relation to the edge of the body

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

    Default

    If you mean the ability for the drop down DIV to reposition itself within the confines of the viewable window area, right now this script can't do that, no. Something like Anylink CSS menu can and does, however, though no external Ajax content support right now for that script.

  6. #6
    Join Date
    Mar 2006
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by ddadmin View Post
    If you mean the ability for the drop down DIV to reposition itself within the confines of the viewable window area, right now this script can't do that, no. Something like Anylink CSS menu can and does, however, though no external Ajax content support right now for that script.

    Ok thank you! So (final question) there would be no way to have the content DIV's open up in a specified DIV. So, this would be something like what officemax.com has for their alphabetical list

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
  •