1) Script Title: Text and Image Crawler
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...wler/index.htm
3) Describe problem: Hi I use the following code so that I can use tables to add text under the images in the ticker:
But now the ticker doesnt work on IE6 and IE7 just says the code below:HTML Code:<div class="marquee" id="mycrawler"> <table><tr><td><img src="test-image-1.jpg" /></td><td><img src="test-image-2.jpg" /></td><td><img src="test-image-3.jpg" /></td></tr><tr id="text"><td>image 1</td><td>image 2</td><td>image 3</td></tr></table> </div>
The error message says:
crawler.js
Message: Object required
Line: 70 (says line 69 in ie8 compatible (ie7 mode)
Char: 3
Code: 0
Any Ideas on how to fix this?



Reply With Quote

Bookmarks