Results 1 to 3 of 3

Thread: Overlapping jQuery elements

  1. #1
    Join Date
    Aug 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Overlapping jQuery elements

    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 have a Wordpress site where I have a slideshow on the front page using the DD Ultimate Fade-In Slideshow script. It looks great. My problem is that I'm also using Shadowbox, and when I click on an image to enlarge it, the DD slideshow doesn't sit back with the rest of the content on the page but instead sits on top of everything, including the Shadowbox image. They overlap, in other words.

    How do I 'tame' the slideshow, so to speak, to make sure that when Shadowbox is active it is grayed-out along with everything else?

    Thanks!

  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

    Don't tame the slideshow, make Shadowbox more dominant. To do so open up the shadowbox.css file in a text only editor like NotePad. Change the highlighted value as shown:

    Code:
    #sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
    #sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:1999;text-align:left;visibility:hidden;display:none;}
    #sb-overlay{position:relative;height:100%;width:100%;}
    #sb-wrapper{position:absolute;visibility:h . . .
    Save the file and use it as your shadowbox.css file.
    - John
    ________________________

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

  3. #3
    Join Date
    Aug 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yep, that worked like a charm.
    Thanks!

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
  •