Hi there... the cycle portion doesnt seem to be showing all the
content. I ran into an issue with Cufon not replacing text on a
scrollable content slider. I was using jCarousel Lite. I had to add
some custom code to call Cufon.replace() when ever the slide toggle
was clicked.
So I had to code something like this:
('div.toggles a').click(function(e){
Cufon.replace('#slides h1, #slides a');
});
So when ever someone clicked to go to next slide, Cufon would replace
the text.
You might have to implement something similar.
On Dec 9, 5:49 pm, Erika Paschold <
epasch...@gmail.com> wrote:
> Anyone?