In your fadeslideshow.js line 41 I see this
Code:
var closebutt=fadeSlideShow_descpanel.controls[0] //add close button to "desc" panel if descreveal="always"
setting.closebutton=(setting.descreveal=="always")? '<img class="close" src="../Charter Alaska/'+closebutt[0]+'" style="float:right;cursor:hand;cursor:pointer;width:'+closebutt[1]+'px;height:'+closebutt[2]+'px;margin-left:2px" title="Hide Description" />' : ''
The red part has been changed and I can't see how that should work. I suggest you change it back to the original code and take it from there. Better jet, upgrade the script to v2.4
Alright, I see you have done that already and it still doesn't work. It might be the url's with the spaces that is causing problems. When i put something like this in the imagearray
http://sheltercovepublishing.com/client-pages/Charter-Alaska/images/slideshow/image1-%28WinCE%29.jpg
and this
http://sheltercovepublishing.com/client-pages/Charter-Alaska/images/slideshow/image10%20%28WinCE%29.jpg
on my local machine it works, so I'm guessing that you should get rid of the parentheses and spaces in the image url's somehow, if that's possible.
Bookmarks