Results 1 to 5 of 5

Thread: Fade-in Slide Show not working in Nestscape

  1. #1
    Join Date
    Feb 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Fade-in Slide Show not working in Nestscape

    Hi all,

    I've just added the Fade-in Script to a web page. I works perfectly in IE but when I view it in Netscape 7, I get a small box with a red X and the cell in which the image is supposed to be in, moves right to left in kind of a jerky motion.


    I'm also looking for a simple password prompt where a user can click on a button link and the password prompt would pop up.

    Can someone assist me?

    Thank you.

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

    Default

    The "x" usually means the path to your images inside the script is incorrect. The fact that it works in IE and not NS tells me you're most likely using local paths, like c:\myimages\slide1.gif etc. Try changing it to absolute paths, such as http://mysite.com/slide1.gif

  3. #3
    Join Date
    Feb 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you for responding. You are absolutely correct. I'm using a local path as the site has not yet been published. May I ask why IE can see the images and Netscape cannot? It see everything else on the page.

    Thank you,
    Daisy

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

    Default

    Well, it's mainly due to the different format for local paths in IE and Netscape. I can't remember which is which, but one of them for example requires "file:" to prefix any local path. The most reliable way is still to use absolute paths.

  5. #5
    Join Date
    Feb 2005
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you so much for your help. You've been extremely helpful.

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
  •