You've got nested centering on the scroller page (fr3.html). This causes, the contents of the scroller to start at the center in IE. If you remove the:
HTML Code:
<div align= "center">
. . .
</div>
From around the scroller, it will solve that. There appears to be a script conflict with the top page in IE as well. The scroller works fine in IE on its own page but throws an error here or thereabouts when viewed through the top page:
Code:
this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px"
Is there any reason why you cannot put the script on the top page?
Bookmarks