Results 1 to 4 of 4

Thread: How to use slideshow for Windows 7

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

    Default How to use slideshow for Windows 7

    1) Script Title: Conveyor Belt slideshow script

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

    3) Describe problem: The Slideshow is visable on XP but nor on Vista or Window's 7.
    Is there something I hvae to change to make it also visable there?

    Thanks
    Aleida

  2. #2
    Join Date
    Jan 2009
    Location
    NH
    Posts
    675
    Thanks
    98
    Thanked 26 Times in 26 Posts

    Default

    I use that script. It's not an issue with Windows 7. What web browser can you now see it with?

    Do you have this uploaded onto a website? What's the link?

    Edit: on my other computer is running Vista and I have no problems there

  3. #3
    Join Date
    Feb 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Good morning

    It's not showing on Internet Explorer
    Firefox and Google Chrome are no problem
    Here I have it uploaded
    http://www.bisonstaete.net/pups.html

    Thanks for helping me
    Aleida

  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

    In the other script, the Cross browser cursor trailer script, find this:

    Code:
    if (B){
    window.onload=getedgesIE
    window.onresize=getedgesIE
    }
    Change it to:

    Code:
    if (B){
    window.onload=function(){fillup(); getedgesIE();};
    window.onresize=getedgesIE
    }
    - John
    ________________________

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

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
  •