1. In IE and on the iPhone the thumbnails show about 1px strip outside the arrows. I have the arrows aligned to the left edge and right edge of the gallery container but that tiny strip is still showing.
2. Safari bug: when you double click on a thumbnail the student name disappears (it is not supposed to). It is fine in FF and IE. The student name is the largeImageCaption in the js.
3. If a user clicks on a thumbnail while the page is loading, the word "undefined" shows up in large text on the left. This is a problem as it takes a while to load the page!
4. I would like the selected thumbnail to slide to the center when it is selected (with the exception of the first three and last three thumbnails which should stay to the edges). Does anyone have any idea how to do this?
}
function hideWaitMessageAndShowCaption(imageIndex)
{
document.getElementById('waitMessage').style.display='none';
document.getElementById('largeImageCaption').innerHTML = imageGalleryCaptions[imageIndex];
document.getElementById('largeImageCaption').style.display='block';
}
window.onload = initSlideShow;
Thank you so much for any help!! BTW, I did post my questions to the website where I got the script, but have had no replies since posting two months ago.
Bookmarks