Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Kenburner Slider not working in IE

Currently I am working on a website and I used Kenburner Slider in the home page.

The Slider is working fine on Firefox and Chrome but it's not working in IE7 and lower versions. Can any one suggest what steps should I take?

like image 881
Tapas Pal Avatar asked Nov 04 '22 03:11

Tapas Pal


1 Answers

Maybe you should post your code. According to their site, link, it does work in IE7 (and by visiting the example site in IE7, I can confirm that).

Maybe you should check the example site to match your code with how it is supposed to be. At last your code should be something like:

jQuery('#banner-example-1').kenburn(
{
    width:800,
    height:320,
    thumbWidth:120,
    thumbHeight:70,
    thumbAmount:6,
    thumbSpaces:0,
    thumbPadding:9,
    thumbStyle:"both",
    bulletXOffset:0,
    bulletYOffset:-80,
    repairChromeBug:"on",
    shadow:'true',
    timerShow:"on",
    touchenabled:'on',
    pauseOnRollOverThumbs:'off',
    pauseOnRollOverMain:'on',
    preloadedSlides:10,
    timer:10
}); 
like image 122
Jacob van Lingen Avatar answered Nov 09 '22 12:11

Jacob van Lingen