Results 1 to 2 of 2

Thread: Featured Content Slider - First page flashes in

  1. #1
    Join Date
    Mar 2008
    Posts
    34
    Thanks
    7
    Thanked 1 Time in 1 Post

    Wink Featured Content Slider - First page flashes in

    1) Script Title: Featured Content Slider v2.4

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

    3) Describe problem:

    Hi all,

    First off, thanks for such a great script. My problem though is that on load everything seems fine, when the user selects the second pagination button, it flashes into view displaying the white background. From then on, any clicks fades in the content nicely over the top.

    I am trying to figure out how to remove the flash from the first click a user does.

    The examples on the page show this same issue so it may not be fixable but if there is anyone out there that has had any luck fixing this it would be greatly appreciated.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    When the first slide is faded in, it's doing so against the background of the main content DIV container, since there's no "previous" slide proceeding it. I'm not sure there's an easy way to overcome this unfortunately. You can try giving the main content DIV a black background, which may work better than the default white:

    Code:
    .sliderwrapper{
    position: relative; /*leave as is*/
    overflow: hidden; /*leave as is*/
    border: 10px solid navy;
    border-bottom-width: 6px;
    width: 400px; /*width of featured content slider*/
    height: 250px;
    background: black;
    }
    DD Admin

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
  •