jcarousel

Jquery JCarousel Auto enabled updating external controls

Hello, I have a JCarousel that uses external controls (little buttons underneath the carousel to match the currently active carousel item...e.g. if your on carousel item #3, then the third button underneath it is in an active, or highlighted state). My problem lies in the fact that I have enabled "auto" within the carousel with a 3 se...

jcarousel: resize window moves carousel out of view

I'm having an issue with the jquery plugin jcarousel which causes the carousel area to be moved when the browser is resized. This happens when the carousel is set to "circular" and has already gone through each item. The container of the carousel has a style of left: -7300px; width: 10950px; When I resize the browser it changes to: left...

Too much recursion with jQuery.load and pictures

Hello, I have a weird, random problem. Here's a sample of my problematic code. It's purpose is to create a jQuery jCarousel control over a list of ul/li elements. But I need the elements inside to be vertically centered, so I'm calculating a padding-top for each of them once the picture they contain is loaded. <script type="text/javasc...

Is JCarousel Circular Dynamic Content still supported?

It seems as though legacy versions supported this feature but the latest version appears to only have examples for circular static content. Has anybody figured out a way to set up circular action with dynamic content (e.g. loaded from a PHP file) without too many hacks? I've searched a number of different forums and haven't even found ...

jcarousel - how to hide a large list of thumbnails

I'm using jcarousel and I'm loading in a large list of image thumbnails (200 - 600). The problem is that the while the page loads, the thumbnails show up on the page briefly, and then once they finish loading the jcarousel takes over and hides them. I'm wondering if there is a way to hide them from the get go. ...

jcarousel does not work in IE6, if "jcarousel-clip" class has overflow property as visible

jcarousel does not work in IE6, if overflow property value is visible for "jcarousel-clip" class. If I use the CSS class as follows, the carousel does not work in IE6 Css Class: .jcarousel-clip { overflow:visible !important;} If I change into,"overlow:hidden", it works fine. For a particular requirement, I need to use "overflow:vis...

Anythingslider ala jcarousel ( mutliple image display )

Hi there, I am using Anythingslider in one of my projects, and I want to display more than one image in the panel, the same way jCarousel does. I googled around and found nothing that can help. I appreciate any help ( code snippet or idea ). thanks http://css-tricks.com/anythingslider-jquery-plugin/ AnythingSlider ...