Results 1 to 9 of 9

Thread: stacking order for menu?

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

    Default stacking order for menu?

    1) Script Title: all levels menu

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

    3) Describe problem:

    hello. i have some embedded content on a page that gets pushed down when this menu drops down.

    I'm a novice with coding, but not totally unfamiliar.

    the menu is in an include, by the way.

    is there a way to just have the menu drop down over the page content, versus it pushing it down?

    here's a link for an example...

    thanks in advance.

    jz

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

    Default

    Your script URL on dd is broken (meaning you sent us the wrong one)... and I dont see a link to your page... Please fix both these.
    Jeremy | jfein.net

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

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

    Default

    if anyone sees this post, please reply.

    ty. -jz

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

    Default

    In FF3.6 at least, I don't see the drop down menus pushing down the page when they appear. Are you still experiencing this issue?
    DD Admin

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

    Default

    i think what is happening now is that the embedded youtube vid disappears when the menu drops down. is that soemthing you have seen before? tyvm!

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

    Default

    Quote Originally Posted by discdemo View Post
    i think what is happening now is that the embedded youtube vid disappears when the menu drops down. is that soemthing you have seen before? tyvm!
    This is most likely due to the iframe shim feature of the script, which prevents the video from obscuring the drop down menu when the two come in contact. When the drop down menu disappears, the video should be visible again however. If you want to disable iframe shim, inside the .js file, set the below line to false:

    Code:
    enableshim: false,
    DD Admin

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

    Default more help plz...

    ok, that keeps the vid so ty. but, the menu ends up behind the vid.

    maybe that is why the shim, but would be perfect if the menu shows on top of the vid....possible?

    ty, again, either way.

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

    Default

    Is your video Flash? for Flash objects bleeding through, you might want to try the suggestion described here, which is to add:

    Code:
    wmode="transparent"
    inside your Flash object. If that works, you can turn off the iframe shim feature of the script.
    DD Admin

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
  •