You have alot going on in that page. I was unable, to my satisfaction to determine why but, it appears this line needs to be changed:
Code:
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:10px;top:0px">')
to this:
Code:
document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';left:10px;top:0px">')
This is probably due to a number of factors in your layout's style combined with IE's own quirks and the fact that you have set the width for the scroller in percent as opposed to pixels. Elimination of any single one of these factors (other than not using IE) did not remedy the situation, the above change however, does and still looks fine in NS.
Bookmarks