From what I can tell the problem is due to a CSS conflict with one of the following CSS files:
Code:
<style type="text/css">
@import "/js/dojo/resources/dojo.css";
@import "/js/dijit/themes/tundra/tundra.css";
@import "/js/dojox/widget/FisheyeList/FisheyeList.css";
</style>
If you remove the above reference, the pagination DIV looks normal again in IE6. Try checking those files to see if there's anything that could be affecting the .pagination class, or even the container that holds both the slider and pagination DIVs.
BTW, please note that your page is currently in violation of our usage terms, since the credit notice doesn't appear inline on the page. Please reinstate the credit notice: http://www.dynamicdrive.com/notice.htm
Bookmarks