If you use the code the plugin creates in a standaard install In IE10 in IE8 mode you get a empty overlay. But in the real IE8 you do not get a empty overlay there it works like with the altenate code see below. But the x-scrollbar is still there.
Originaal code:
;(window["jQueryASL"] || jQuery)(document).ready(function(){ SexyLightbox.initialize({"hoverDownloadLink":false,"enableShow":true,"autoStart":true,"continiousShow":true,"color":"white","resizeDuration":50,"dir":"\/modules\/mod_arisexylightbox\/includes\/js\/sexyimages","overlayStyle":{"opacity":"0.8"}}); });
Alternate code:
;(window["jQueryASL"] || jQuery)(document).ready(function(){ SexyLightbox.initialize({"hoverDownloadLink":false,"enableShow":true,"autoStart":true,"continiousShow":true,"continious":true,"color":"white","pauseDuration":8000,"showDuration":800,"moveEffect":"easeOutBack","resizeDuration":50,"resizeEffect":"easeOutBack","dir":"\/modules\/mod_arisexylightbox\/includes\/js\/sexyimages","overlayStyle":{"opacity":"0.8"}}); });
Here are screenshots of the plugin in IE10 in IE8 mode - IE8 in IE8 and of IE8 in IE7 mode with the Original code. So in IE10 you get a empty overlay...