Hmm not too sure why yet, though fyi, even FF2.x, I don't see the content slider running either on your page. Try changing one of the DIV's rel attribute from:
Code:
<div class="contentdiv" rel="Senior Team Profiles/Premiers/CChase.html"></div>
to a valid file that contains no spaces between its file names, unlike the above. That may be an issue:
Code:
<div class="contentdiv" rel="someotherdir/Premiers/CChase.html"></div>
Also, you may wish to try Featured Content Glider instead. It's easier to work with if you have many external files to show, as you can combine all of them into one file and simply separate each with a DIV tag.
Bookmarks