Results 1 to 4 of 4

Thread: Pages not showing in Explorer or Opera

  1. #1
    Join Date
    Nov 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Pages not showing in Explorer or Opera

    1) Script Title: Ultimate Fade-In Slideshow (v1.51)

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

    3) Describe problem: I installed the script for a client's website, and it looks fine in Firefox. When I load it in explorer or opera (latest versions) I don't see anything in the browser, though the title does come up at the top of the window. Any ideas what is happening? You can view the site at <a href="http://rittaire.com">Rittaire</a>. Thanks.
    P.S. I tried commenting out the script, but then my css wasn't working.

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    You've got a quote left open here:
    Code:
    font-family: "Garamond","Verdana","Georgia","sans-serif;
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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

    Quote Originally Posted by Twey View Post
    You've got a quote left open here:
    Code:
    font-family: "Garamond","Verdana","Georgia","sans-serif;
    Actually none of those should be quoted, as there are no spaces in the font names. That isn't the main problem though, which is careless commenting. The way to fix that is to remove all of the commented lines you've created in the script, or, for a quick fix, you can just make a comment close before the closing script tag here:

    Code:
     . . . tainer.onmouseover=function(){cacheobj.mouseovercheck=1}
    crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
    }
    this.rotateimage()
    }
    //-->
    </script>
    
    </head>
    <body>
    <div id="wrappe . . .
    I also notice that:

    images/rittaire_resized/IM000627.jpg

    and:

    images/rittaire_resized/IM000628.jpg

    are not on the server.

    Another issue is that this (red):

    Code:
    <script type="text/javascript">
    //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
    new fadeshow(fadeimages, 217, 163, 0, 3000, 1, "R")
    new fadeshow(fadeimages2, 140, 225, 0, 3000, 0)
     </script>
    should be removed, as fadeimages2 is not fully defined.
    - John
    ________________________

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

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

    Default

    Hi,
    Thanks. That helped figure out it was the script. Now to fix the other display bugs in explorer.

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
  •