Results 1 to 7 of 7

Thread: Slideshow outline and images not visible

  1. #1
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Slideshow outline and images not visible

    1) Script Title: Ultimate Fade-in slideshow (v2.1)

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

    3) Describe problem: I have used this script successfully in the past (Dreamweaver MX, Windows XP). Now I can't get the slideshow images to show up in my page (Dreamweaver MX, Windows 7). Icons are visible for the navigators, but not the png images themselves. In browser preview I see the navigator arrows and slideshow background, and no slideshow images, only 24x24 px icons, not nearly the size of my images (352x480px). What should I look for in my (html) code?

    Here is the page: http://bearbranch.com/legend.htm

    Thank you so much! Hope this isn't a Windows 7 compatibility problem!

    Bonnie Simrell

  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

    Default

    http://bearbranch.com/images/Legend/legend_1.jpg

    is a 404 not found. Probably so are the other images in the show.
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ah thanks, John! Now I just need to get the navigation going. It is not moving beyond image 1 . . .

    What a waste of your valuable time! But so appreciated. I'm working between two laptops because the one running Windows 7 is not fully compatible with Dreamweaver MX and doesn't show all elements . . .

    Bonnie Simrell

  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

    Here, where you have:

    Code:
    <div id="fadeshow2toggler"></div> <a href="#" class="prev"><img src="http://i31.tinypic.com/302rn5v.png" style="border-width:0" ></a><a href="#" class="next"><img src="http://i30.tinypic.com/lzkux.png" style="border-width:0" ></a></div>
    You are closing the fadeshow2toggler div too soon. Get rid of that (highlighted) and it should work.

    There could also still be other problems.
    - John
    ________________________

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

  5. #5
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks, John. Fixed that but still no go. I'll review the whole thing again. Bonnie

  6. #6
    Join Date
    Jan 2005
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    RESOLVED! Thank you.

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

    I just checked, you have not made that change, at least not on the live page. Once you do, you may have to clear the browser's cache to see the result.
    - 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
  •