akv2 / MaxImage

The first jQuery plugin to use jQuery Cycle plugin as a fullscreen background slideshow.

Home Page:http://www.aaronvanderzwan.com/maximage/2.0/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue when using ie 7 and 8

yoyeung opened this issue · comments

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.