私はスライド ショー ギャラリーを作成しようとしていて、URL の例を使用しました - http://mediaeventservices.com/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/
FF で表示すると問題なく動作しますが、IE と chrome でエラーが発生します。
“is null or not an object”.
Message: Object required
Line: 66
Char: 2
Code: 0
URI: file:///C:/Romona/P%20drive%20backup/componets/slideShow/slideShow4/slideShowGallery/gallery.html
IE 開発者ツールは、以下の行が問題の原因であることを示しています。
var imgSrc = ‘photos/large/’+ photos.item(photoNumber – 1).getElementsByTagName(“src”)[0].childNodes[0].nodeValue;
誰か提案はありますか?ありがとうございました