2011-08-21, 02:11:50
TemurDanelia Wrote:But I see now that slider is not working in IE.
Can somebody help to fix this problem?
Probably the superfluous , in the Javascript:
Code:
window.addEvents({
'domready': function(){
/* thumbnails example , div containers */
new SlideItMoo({
overallContainer: 'SlideItMoo_outer',
elementScrolled: 'SlideItMoo_inner',
thumbsContainer: 'SlideItMoo_items',
itemsVisible: 5,
elemsSlide: 3,
duration:300,
itemsSelector: '.SlideItMoo_element',
itemWidth: 158,
showControls:1});
}, /* <=== REMOVE THIS , */
});