Results 1 to 3 of 3

Thread: Ultimate Fade-in slideshow error

  1. #1
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Ultimate Fade-in slideshow error

    I am using Ultimate Fade-in slideshow in congunction with ADxMenu and they are working great on firefox but in ie it appears that the slideshow kills the menu... The menu seems too fade away over the slideshow.


    I have tried playing with the z-index, but cant figure it our... check it out... if you have firefox and ie compare in both browsers and see what I mean.

    http://staging.softplay.com/default.asp


    Any help in resolving this would be greatly appreciated...

    concep86

  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

    From your source, addition red:

    Code:
    </script>
    <!-- #### NIFTY CUBE CODE ###   ABOVE    ##################################### -->
    <script type="text/javascript" src="/js/rotate-home.js"></script>
    <style type="text/css" media="all">
    	@import "/css/css-importedv2.css";
    #navbar {
    position:relative;
    z-index:30000;
    }
    </style>
    <!--[if lte IE 6]>
    <style type="text/css" media="screen, tv, projection">
    /*<![CDATA[*/
    
    /* - - - ADxMenu: BASIC styles - - - */
    .menu, .menu
    Added Later:

    I also noticed that the layout, though fine in IE 6 gets messed up in IE 7. Add this, just before the adjustments for IE 6 so that you would now have:

    Code:
    </script>
    <!-- #### NIFTY CUBE CODE ###   ABOVE    ##################################### -->
    <script type="text/javascript" src="/js/rotate-home.js"></script>
    <style type="text/css" media="all">
    	@import "/css/css-importedv2.css";
    #navbar {
    position:relative;
    z-index:30000;
    }
    </style>
    <!--[if gte IE 7]>
    <style type="text/css">
    #header-centercolumn, #header-leftcolumn{
    position:relative;
    height:130px;
    }
    #leftcolumn, #rightcolumn, #centercolumn {
    position:relative;
    top:30px;
    }
    </style>
    <![endif]-->
    <!--[if lte IE 6]>
    <style type="text/css" media="screen, tv, projection">
    /*<![CDATA[*/
    
    /* - - - ADxMenu: BASIC styles - - - */
    .menu, .menu ul {
    	height: 1%;
    }
    
    .menu ul {
    	backgrou
    Last edited by jscheuer1; 01-10-2007 at 10:24 PM. Reason: add info
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    awesome...

    Implemented your changes and life is great again.




    Thanks

    concep86

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
  •