Results 1 to 4 of 4

Thread: Ultimate Fade-In Slideshow v2.4 clashing with menu script

  1. #1
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-In Slideshow v2.4 clashing with menu script

    1) Script Title: Ultimate Fade-In Slideshow v2.4 clashing with menu script

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

    3) Describe problem: just installed the image slider on a page but it is now clashing with the menu dropdown boxes in every browser except IE.

    this only happens on the related page but is fine elsewhere on the site - http://www.wolfrace.co.uk/main.php - if you hover over the menu items, you will see that the dropdown box of further menu items appears behind the image slider. compare that to IE, and the menu operates fine. so i am guessing there is a conflict with the jquery libraries used for the menu and the image slider.

    my dilemma is that i have taken over this design recently and therefore did not design the menu and am not totally clear how it was built!

    i am fairly new to java so dont have the knowledge to fix it! any help would be greatly appreciated! many thanks,

  2. #2
    Join Date
    Oct 2009
    Posts
    845
    Thanks
    14
    Thanked 189 Times in 188 Posts

    Default

    increasing the z-index of the drop downs in the menu should do the trick
    Code:
    div#navigation ul:hover {
        z-index: 2000;
    }

  3. The Following 2 Users Say Thank You to azoomer For This Useful Post:

    jcdev (04-01-2011),Subztx (04-20-2011)

  4. #3
    Join Date
    Mar 2011
    Posts
    4
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    excellant, thank you very much, all sorted and i learnt something new!

  5. #4
    Join Date
    Apr 2011
    Posts
    1
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks so much azoomer! That is huge. I have been using this script awhile and it looks like an update recently from Firefox and Google Chrome caused that to happen, because my drop downs used to work fine with this script til recently then all of the sudden on all of my pages the dropdowns were appearing behind the image rotator on anything but AOL and IE.

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
  •