corpplus Posted June 18, 2011 Share Posted June 18, 2011 Hey guys, i have this site http://www.corpplus.net, if you open it using IE7, IE8, firefox, safari or google chrome, you will see that everything is ok, but if you open it with IE9, you will be surprised!! the header banner (created by jquery animation) is very bad, also the bottom advertisement section is also broken, so why IE9 do that?? any one can help please. Quote Link to comment https://forums.phpfreaks.com/topic/239739-ie-9-hates-jquery/ Share on other sites More sharing options...
RichardRotterdam Posted June 19, 2011 Share Posted June 19, 2011 Check if you see any javascript errors. If the error reporting of of IE 9 isn't enough give firebug lite a go. I somehow doubt it's a js thing it usually isn't with jQuery it usually is a CSS thing like an attribute that is unknown or behaving differently. Also what version of jQuery are you using? Quote Link to comment https://forums.phpfreaks.com/topic/239739-ie-9-hates-jquery/#findComment-1231712 Share on other sites More sharing options...
corpplus Posted June 19, 2011 Author Share Posted June 19, 2011 this is the jQuery used for the animation in the top banner : <script src="scripts/jqFancyTransitions.1.8.min.js" type="text/javascript" language="javascript"></script>. for the advertisement, this is the jQuery: <script language="javascript" type="text/javascript" src="scripts/jquery.cycle.all.2.72.js"></script> but it's not only on my website this error appear, wherever this libraries used, IE9 display them in a wrong way! Quote Link to comment https://forums.phpfreaks.com/topic/239739-ie-9-hates-jquery/#findComment-1231719 Share on other sites More sharing options...
RichardRotterdam Posted June 19, 2011 Share Posted June 19, 2011 Scripts scripts/jqFancyTransitions.1.8.min.js scripts/jquery.cycle.all.2.72.js Ok that makes it a little clearer. The above script names do not seem to be the jQuery library but plugins written to work with the jQuery library. So your problem is most likely has nothing todo with jQuery but with the plugins. Still it's unclear what the problem is with those scripts. Does IE9 give you any javascript errors? Quote Link to comment https://forums.phpfreaks.com/topic/239739-ie-9-hates-jquery/#findComment-1231722 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.