Closed (fixed)
Project:
jCarousel Lite
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Feb 2008 at 22:00 UTC
Updated:
19 Jul 2011 at 16:32 UTC
Hello,
Are there any known issues regarding why this module/plugin does not work in IE7.
I get it to work perfectly in Firefox 2.0, but in IE7 it fails--it pastes all of my carousel images directly into the node.
THANKS for any help!
Here is my javascript code:
$(function() { $(".carousel").jCarouselLite({ btnPrev: ".prev", btnNext: ".next", auto: null, speed: 100, vertical: false, circular: true, visible: 1, start: 0, scroll: 1, }); });Here is my CSS for JCarousel:
.carousel {
height: 260px;
width: 210px;
}
.prev {
font-style:italic;
}
.next {
font-style:italic;
}
Here is the HTML output:
<<
>>
Comments
Comment #1
jkestler commentedHTML output (corrected from above)
Comment #2
ron_mahon commentedWere you able to get this working in IE7??
If so please share the solution.
Thanks & Best Regards
Ron
Comment #3
jkestler commentedI wasn't able to figure it out. I gave up and stopped using jquery-dependent modules altogether.
Comment #4
moonray commentedThe problem was in the javascript.
If you remove the last comma after
scroll: 1it should resolve your issue.Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #6
stevegmag commentedThat fixed my issue. Thanks! (oh and f* IE right in the ear!)