Hello,
This is my site www. webfundu.com/jojji
Home page consisting of 3 sliders all are working in majority browsers including IE7 & 9 but not working in IE8
Can anyone please help?
Thanks
Kaushal
Printable View
Hello,
This is my site www. webfundu.com/jojji
Home page consisting of 3 sliders all are working in majority browsers including IE7 & 9 but not working in IE8
Can anyone please help?
Thanks
Kaushal
There's a lot going on with that page. There are too many instances of jQuery, only one should be used. There is also Prototype/Scriptaculous, so for IE 8, jQuery must run in noConflict mode for the entire page. And there's a function called:
which doesn't exist. I took out/changed things to take care of all that, this looks like it works:Code:<script type="text/javascript">
$(function(){
SyntaxHighlighter.all();
});
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
Attachment 5039
Thank you very very much Jscheuer1.
You are awesome. You are the Father Of Jquery :) hahaha
You are the truly valuable asset of DynamicDrive.com :)
Thanks
Kaushal