Results 1 to 5 of 5

Thread: Browser issues with the Ultimate Fade-in Slideshow

  1. #1
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Browser issues with the Ultimate Fade-in Slideshow

    Hello Everyone,

    1) Script Title: Ultimate Fade-in Slideshow

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

    3) Describe problem: I downloaded the Ultimate Fade-in Slideshow (v2.4). The problem I am having are browser incompatibilities. I am using I.E 8, Firefox and Chrome and what happens is my current drop down menu appears in back of the image slideshow. Is there code or a newer version of the Ultimate Fade-In Slideshow that I can use that will correct this?

    Thanks in advance!
    Last edited by jscheuer1; 05-20-2011 at 01:37 PM. Reason: after merge edit

  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

    Generally what you need to do is to raise the z-index of the menu. 2000 is enough. If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

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

  3. #3
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Good morning John...the link to the website is www.tos.ohio.gov. If you hover along the top you will see the drop down menu goes behind the rotating images. When I am in I.E and I click the compatibility button, the menu works fine. The compatibility message states that this will happen due to old code (or something like that).

    Please advise. And thanks for replying!

    G

  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

    Add this at the beginning of your Styles/OTSStyleSheet.css stylesheet:

    Code:
    #SitNav, #SiteNav * {
    	position: relative;
    	z-index: 2000 !important;
    }
    - John
    ________________________

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

  5. #5
    Join Date
    May 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    You are a GURU John...thanks so much. That worked!

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
  •