September 16, 201115 yr Hello friends, Any idea why this carousel i downloaded from here is not working here is the link also not sure why i dont see the background repeat in the main slider in IE 7 and IE8?
September 16, 201115 yr Not quite sure why, but if you take of overflow: hidden from the .slideshow div it seems to work
September 16, 201115 yr Author Not quite sure why, but if you take of overflow: hidden from the .slideshow div it seems to work thanks that did solve the ie7 issue but now still not wrking in ie 8 lol and when i remove overflow hidden footer comes up in ie8 Edited September 16, 201115 yr by sash_oo7
September 16, 201115 yr Would you not need to give the buttons a class of next & prev or change this to match your buttons $(function() { $(".bx-window").jCarouselLite({ btnNext: ".bx-next", btnPrev: ".bx-prev" }); });
Create an account or sign in to comment