Results 1 to 7 of 7

Thread: Slide queuing problems

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

    Default Slide queuing problems

    1) Script Title: Swiss Army Knife

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

    3) Describe problem: Having removed the white background from the slides, by making them transparent, they now overlap each other. Bits of the next slide show behind the current one before the current one disappears. Can I stop the next slide from appearing before the current one has gone?
    Thanks for your help

  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

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

    Default

    Sorry, this is not clear to me.I need to stop the next slide from showing while the slide in front is on the screen. I have tried changing the canvas settings without success. What am I doing wrong?

  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

    And that's the solution, try it.

    If you want more help, please include a link to the page on your site that contains the problematic code so we can check it out.
    Last edited by jscheuer1; 06-18-2012 at 03:52 PM. Reason: a little more detail
    - John
    ________________________

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

  5. #5
    Join Date
    Jun 2012
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thank you, here is the link
    http://www.strugnell.org.uk/slide/

  6. #6
    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

    Oh, you have three slideshows. In that case you need canvas2_0 and canvas2_1. Also your head section is a little disorganized. That's probably a fine point, but might be important in some browsers. Reorganize it like so and add the highlighted:

    Code:
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>about us</title><!-- change the "$ x.x.x.x where x is the name of the page"; -->
    <!--<title>main page</title>-->
        <link rel="stylesheet" type="text/css" href="css/main.css" />
        <link rel="stylesheet" type="text/css" href="css/corners.css" />
        <link rel="stylesheet" type="text/css" href="css/pcm.css" />
        <link rel="stylesheet" type="text/css" href="css/nav.css" />
        <link rel="stylesheet" type="text/css" href="css/slid.css" />
        <link rel="stylesheet" type="text/css" href="css/outer.css" />
    <style type="text/css">
    #canvas2_0, #canvas2_1 {
    	background-image: url(http://www.strugnell.org.uk/slide/images/pic_bkgd.jpg);
    	background-position: -10px -30px;
    }
    </style>
        <script src="jas/webslid.js" type="text/javascript">
    
                    /***********************************************
                    * Swiss Army Image slide show script - (c) John Davenport Scheuer: http://home.comcast.net/~jscheuer1/
                    * This notice MUST stay intact for legal use
                    * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
                    ***********************************************/
    
        </script>
    
        <script src="jas/slides.js" type="text/javascript">
        </script>
        
    </head>
    - John
    ________________________

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

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

    ruhane (06-19-2012)

  8. #7
    Join Date
    Jun 2012
    Posts
    7
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    Thanks
    I need to experiment with backgrounds etc but looks pretty good

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
  •