Results 1 to 4 of 4

Thread: Featured Content Slider, edit js to keep contentdiv elements alive

  1. #1
    Join Date
    Sep 2008
    Location
    USA
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Featured Content Slider, edit js to keep contentdiv elements alive

    1) Script Title: Featured Content Slider v 2.4

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

    3) Describe problem: Id like for my content within the <div class="contentdiv"> to remain active after my pagination has toggled to a new slide. Specifically i would like for a flash (.swf) element to remain loaded. Im not sure how to edit the javascript (contentslider.js) so if this is possible i would surely appreciate your help.

  2. #2
    Join Date
    Sep 2008
    Location
    USA
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Cool

    bump?

  3. #3
    Join Date
    Sep 2008
    Location
    USA
    Posts
    5
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    so no replies? This is still a very open ended question. The whole point is to keep the flash element alive when featured content slider has changed. I cannot see a better way to do this, the website is a single webpage with the content spread out to look like multiple pages but the reason for doing this is so that the music player flash application will still alive and keep playing while the user is surfing the rest of the content. Thanks for any and all help in advance.

  4. #4
    Join Date
    Jul 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    i just experienced this issue myself. Firefox seems to kill the content of the div when the CSS display property is set to 'none'. Hope this doesn't come too late to help you.

    I was able to fix this by modifying the following CSS (my change is in red):

    Code:
    .sliderwrapper .contentdiv{display:block !Important;
    visibility:hidden;position:absolute;left:0;top:0;/*required*/
    filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity:1;opacity:1;width:984px;height:688px;background:transparent;}

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
  •