akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.
http://www.aaronvanderzwan.com/maximage/2.0/
407 stars 219 forks source link

Issue when using ie 7 and 8 #26

Open yoyeung opened 10 years ago

yoyeung commented 10 years ago

in the older browser There have this code in doneResizing function: $($.Scroll).addClass('mc-hide-scrolls'); $($.Scroll).removeClass('mc-hide-scrolls');

because doneResizing function will recall every 200ms. When your web body have a scroll bar(overflow-y:scroll), it will force to scroll to top. When i remove this two code, all will be fine.

This project is a good and useful project. Nice.