Results 1 to 2 of 2

Thread: slideshows overriding/displaying on top of other actions on the page

  1. #1
    Join Date
    May 2012
    Posts
    14
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default slideshows overriding/displaying on top of other actions on the page

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

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

    3) Describe problem: I am having a problem with the slideshows overriding/displaying on top of other actions on the page. I had a similar problem in the past with Flash videos overriding things and I was able to fix that with wmode="transparent" and adding <param name="wmode" value="transparent">. I am wondering if there is a similar fix for my problem.

    Here is my site http://tinyurl.com/bw6jydl

    If you open one of the navigation links you will see they open in the ajax iframe in the same window. If you scroll down on the original page (not the opened iframe) the slide shows will override/be on top of the opened ajax iframe window. Thank you for any suggestions.

  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

    Using a text only editor like NotePad, in the ddajaxsidepanel.css file, add the highlighted:

    Code:
    .ddajaxsidepanel{ /* Main Panel Container */
    position: fixed; /* keep this value as is */
    top: 0; /* keep this value as is */
    visibility: hidden; /* keep this value as is */
    background: lightyellow;
    border-color: white;
    border-left: 1px ridge #eee;
    -moz-box-shadow: -10px 0 10px rgba(137,137,137, 0.8); /* CSS 3 box shadow */
    -webkit-box-shadow: -10px 0 10px rgba(137,137,137, 0.8);
    box-shadow: -10px 0 10px rgba(137,137,137, 0.8);
    -webkit-box-sizing: border-box; /* Set .ddajaxsidepanel width so that any padding or borders are added inside this width, not in addition to */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2100;
    }
    
    .ddajaxsidepanel .panelhandle{ /* CSS for Panel Handle DIV */
    width: 24px;
    height: 100%;
    position: absolute;
    left: -14px;
    top: 0;
    cursor: pointer;
    background: transparent url(/images/handle.gif) center left no-repeat; /* path to "handle" gif */
    }
    
    .ddajaxsidepanel .contentarea{ /* CSS for main content area DIV */
    height: 100%;
    padding: 10px;
    overflow: scroll;
    }
    Save and use that version.

    The browser cache may need to be cleared and/or the page refreshed to see changes.
    - John
    ________________________

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

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

    WebDizzy777 (03-18-2013)

Similar Threads

  1. Two Swiss Army Slideshows in one .aspx page
    By mmfarmani in forum Dynamic Drive scripts help
    Replies: 3
    Last Post: 07-08-2012, 07:13 AM
  2. Two image slideshows on one page
    By Missouri Missing in forum Looking for such a script or service
    Replies: 0
    Last Post: 10-07-2008, 09:35 PM
  3. Two Vertical Slideshows on one page??
    By Antiquexplorer in forum Looking for such a script or service
    Replies: 2
    Last Post: 08-08-2008, 06:56 AM
  4. Dual Slideshows with alignment on one page
    By rcourt64 in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 02-02-2005, 01:43 PM
  5. Multiple slideshows on same page
    By senator in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 09-13-2004, 06:28 PM

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
  •