Kenburner Slider not working in IE

I am currently working on a site and I used Kenburner Slider on the home page.

The slider works fine on Firefox and Chrome, but it does not work on IE7 and lower versions. Can anyone suggest what steps should I take?

+5
source share
2 answers

According to their frequently asked questions, you should do this at the top of the page before any html code <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

Check out the faq slider link

EDIT, additional information:

themepunch kenburner, F12 IE7 IE8, . , ""? , jquery 1.7, , , .

+1

, . , , IE7 (, IE7, ).

, , , . , :

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
}); 
+1

All Articles