Results 1 to 6 of 6

Thread: Z-index problem with Ultimate Fade-in slideshow

  1. #1
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default Z-index problem with Ultimate Fade-in slideshow

    I am using jQuery Multi Level CSS Menu #1 and just below it Ultimate Fade-in slideshow.

    I put z-index:1000; for .jquerycssmenu ul li ul li
    and changed z-index at several places of fadeslideshow.js.

    Also put inline style of <div id="fadeshow1" style="z-index:0;"></div>

    But still the sub menus of multi level menu are not appearing in ie 6 and ie7.

    Any help?
    Last edited by Paramasivan; 09-17-2011 at 11:02 AM. Reason: Resolved

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I wouldn't mess with the zIndex in the fadeslideshow.js script. It's too complicated, changing up and down as required to fade one image over another, not to mention the descriptions if used showing over all of that.

    Instead, just set the menu's z-index to 2000, plenty more than anything the slideshow uses. However, it is possible in older IE that this will not be enough. If not, please post a link to your page. It can be worked out.

    Also, please link to the demo page here on Dynamic Drive for the specific menu you're using.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Default

    Site is under development and not yet hosted.

    I am using jQuery Multi Level CSS Menu #1

    I set the z-index of of menu to 9000 and even then ie6 and ie7 are showing trouble.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Please link to the demo page here on Dynamic Drive for the specific menu you're using.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jan 2011
    Posts
    52
    Thanks
    10
    Thanked 0 Times in 0 Posts

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    On a default install of the two scripts, all that's required is that in the jquerycssmenu.css file add the highlighted as shown (around line #18):

    Code:
    /*Top level list items*/
    .jquerycssmenu ul li{
    position: relative;
    display: inline;
    float: left;
    z-index: 2000;
    }
    Demo:

    http://home.comcast.net/~jscheuer1/s...s_mnu/test.htm
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  7. The Following User Says Thank You to jscheuer1 For This Useful Post:

    Paramasivan (09-17-2011)

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
  •