Probably just that this:
Code:
<tr><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 482, 250, 1, 3000, 1)
</script></tr>
should be:
Code:
<tr><td><script type="text/javascript">
//new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, pause, optionalRandomOrder)
new fadeshow(fadeimages, 482, 250, 1, 3000, 1)
</script></td></tr>
Funny thing though, its working in Opera and IE 7. Guess they are error correcting the markup.
There could be other problems.
Bookmarks