Results 1 to 2 of 2

Thread: Fade-in Slideshow

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

    Question Fade-in Slideshow

    Fade-in slideshow
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    for some reason, I cannot get the slideshow to work in either IE or Firefox.

    perhaps someone can take a look at the source code of the page here and let me know what's wrong?
    http://www.spiralcastle.net/mesopota...slideshow.html

    I'd really appreciate the support!

    Thanks,
    Cail

  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

    There could be other problems but, this:

    Code:
    document.write('<div 
    
    style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';ove
    
    rflow:hidden"><div  id="canvas0" 
    
    style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top
    
    :0;left:0;filter:alpha(opacity=10);-moz-opacity:10"></div><div id="canvas1" 
    
    style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top
    
    :0;left:0;filter:alpha(opacity=10);-moz-opacity:10;visibility: 
    
    hidden"></div></div>')
    Belongs all on one line, like so:

    Code:
    document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;left:0;filter:alpha(opacity=10);-moz-opacity:10"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;left:0;filter:alpha(opacity=10);-moz-opacity:10;visibility:hidden"></div></div>')
    - 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
  •