I have split my list into 3 lists (to have 50 items max for each) but i still have the problem.
Look here’s : http://www.ashesheart.fr/checklists-pour-le-platine-de-dragon-quest-heroes/
I didn’t change the Polls template 🙁
Edit : i updated the plugin and it works well. Sorry for the inconvenience
Ok i found the problem. It seems like when the background-color default option is on FFFFFF, the javascript generate the following code :
flippingBook18.settings.backgroundColor = 0x;
But Internet Explorer don’t understand the 0x (apparently) so if you put a background-color on #333333 for example, it works fine.
Problem resolved