I am SUCH a dumb*ss!

For the sake of anyone else googling around for this problem ... you
probably changed your UL id from 'carousel' to 'something_else', but spaced
on this section at the head of the CSS:

/**
 * Since the content is loaded via javascript, we set
 * display:none to hide the carousel completely from browsers
 * having javascript disabled. jCarousel will show it automatically.
 */
#mycarousel {
    display: none;
}

... where you obviously (doh!) need to also change the 'carousel' to
'something_else'.  Doesn't seem to matter if JS is enabled or disabled, you
still need this!

Ah well, if I save some other poor sod some public embarrassment, I guess it
was worth it.

   -- hugh

-- 
View this message in context: 
http://www.nabble.com/List-of-all-images-showing-tf3627349.html#a10128806
Sent from the jCarousel mailing list archive at Nabble.com.

Reply via email to