Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Moving Boxes issue with IE9 Re: Moving Boxes issue with IE9

#116065
Mottie
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();
});