I am having an issue with unhiding carousels. When a carousel is initially hidden (like on a tab), then the div in which it resides is set to display:block, the carousel is empty.
In IE/FF this is resolved rather easily by not initializing the carousel (calling $("#myObj").jcarousel(...) until it is first shown. In Chrome, this does not work. You can see this behavior on my website (http://www.ucubd.com) The tabs at the top left each contain a different carousel which is being dynamically loaded with images via AJAX If anyone has any ideas - I'd greatly appreciate it. Thanks, Raphael