Results 1 to 4 of 4

Thread: Ultimate Fade-In overlapping AnyLink Drop Down Menu

  1. #1
    Join Date
    Oct 2009
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Ultimate Fade-In overlapping AnyLink Drop Down Menu

    1) Script Title: Ultimate Fade-In Slideshow

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

    3) Describe problem: The slideshow works fine. However, in Safari and Firefox, the slideshow is appearing OVER the drop down menu. (I am using AnyLink JS Drop Down Menu.) I need the drop down menu to be in front at all times and the slideshow to remain in back.

    Here is a link to the page while under construction: http://www.ojaifestival.org/index2010b.htm

    Help! Very much appreciated.

  2. #2
    Join Date
    Mar 2006
    Posts
    12
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by birish2009 View Post
    1) Script Title: Ultimate Fade-In Slideshow

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

    3) Describe problem: The slideshow works fine. However, in Safari and Firefox, the slideshow is appearing OVER the drop down menu. (I am using AnyLink JS Drop Down Menu.) I need the drop down menu to be in front at all times and the slideshow to remain in back.

    Here is a link to the page while under construction: http://www.ojaifestival.org/index2010b.htm

    Help! Very much appreciated.
    you have some conflicting z-index issue here
    .menuanchorclass2 {z-index:1001} will be enough to beat the z-index : 1000 of the .gallerylayer which is being set by script directly in the Style, which will override runtimestyle in Netscape browsers , but to cut the l.s.sh., the mentioned .menuanchorclass2 {z-index:1001} will fix it in all netscape browsers:

    regards

    ******************
    My mistake :')
    disregard that!

    its "anylinkmenu" who will need a new z-index value
    .anylinkmenu{z-index: 1002}
    and
    anylinkshadow{z-index:1001}
    respectively.
    Last edited by Troy III; 10-12-2009 at 09:37 PM.

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

    Default

    Troy,

    Thanks so much!! You were right. That fixed the glitch.

    Best,
    Brooke

  4. #4
    Join Date
    Mar 2006
    Posts
    12
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Yeah (I see that there is a special button next to the poster post for saying "Thanks" officially if you like )
    Cheers

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
  •