The index page is currently a 404 not Found. But otherwise things work OK in IE 9, 8, and 7 here. Perhaps you have it cached in IE.
But these images:
loveministriesuniversal.org/images/LMUHP46.jpg
loveministriesuniversal.org/images/LMUHP47.png
are 404 not Found. That can mess up IE.
Your new helper image's locations are 404 not Found. Upload those images (available on the demo page) to those locations and they will be fine.
As for descriptions, the demo page shows where those go. But, here's part of what you have:
Code:
imagearray: [
["http://www.loveministriesuniversal.org/images/1.jpg", "", "", ""],
["http://www.loveministriesuniversal.org/images/2.jpg", "", "", ""],
["http://www.loveministriesuniversal.org/images/3.jpg"],
["http://www.loveministriesuniversal.org/images/4.jpg", "", "", ""],
["http://www.loveministriesun . . .
You may do like:
Code:
imagearray: [
["http://www.loveministriesuniversal.org/images/1.jpg", "", "", "Description Here"],
["http://www.loveministriesuniversal.org/images/2.jpg", "", "", "Another Description"],
["http://www.loveministriesuniversal.org/images/3.jpg", "", "", "A Description"],
["http://www.loveministriesuniversal.org/images/4.jpg", "", "", "More Description"],
["http://www.loveministriesun . . .
Bookmarks