Home › Forums › CSS › Moving Boxes issue with IE9 › Re: Moving Boxes issue with IE9
November 30, 2012 at 8:08 pm
#116065
Member
Hmm, that is odd. I think changing the document load to window load will fix this issue though:
jQuery(window).load(function() {
jQuery(‘#sliderTest’).movingBoxes();
});