hi
please try this link for getting my code. its working in all browsers not in IE. thank you
hi
please try this link for getting my code. its working in all browsers not in IE. thank you
From the look of your carousel.js file the problem is probably not jQuery but your javascript.
A few tips:
Ive just checked the compatibility and it said:
There are known problems with: Internet Explorer 1.0-5.x
jQuery generally works with Konqueror and Firefox 1.0.x, but there may be some unexpected bugs since we do not test them as regularly as Firefox 2.0+, IE6+, Opera 9+ and Safari 3+.
i've run this on my side on IE 8
IE cannot pick up your document.id.src in your carousel.js.
replace where you are assigning srcs to id tags with using the document.getElementById("id name")
example: document.getElementById("but_img1").src
when testing always check the errors at the bottom of the page (where it shows loading status - Done - with an exclamation mark).
hope this helps.