[jQuery] Re: JCarouselLite - pause scrolling

2009-09-21 Thread Steffan A. Cline
on 9/21/09 4:27 AM, dudal at jes...@dudal.com wrote: > > Hi again > > I have put up a minified version of the script: > http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.min.js > > The minifyer choked on a css "float" attribute in the original script. > Seems that the minified vers

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-21 Thread dudal
Hi again I have put up a minified version of the script: http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.min.js The minifyer choked on a css "float" attribute in the original script. Seems that the minified version is working fine after quoting "float". Best Jesper On 19 Sep.,

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-19 Thread Steffan A. Cline
on 9/18/09 7:49 AM, dudal at jes...@dudal.com wrote: > > Hey Steffan > > I'm glad you like it. I used to go with the "full" carousel version > just for this feature, but then I looked into the code and found that > it could be acomplished using only 3 lines of code or so. I posted it > on Ganes

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-18 Thread dudal
Hey Steffan I'm glad you like it. I used to go with the "full" carousel version just for this feature, but then I looked into the code and found that it could be acomplished using only 3 lines of code or so. I posted it on Ganeshjis website hoping that he will include it in his official release.

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-18 Thread Steffan A. Cline
on 9/18/09 5:30 AM, dudal at jes...@dudal.com wrote: > > Hi Steffan > > I had the same problem and came up with the following modification: > http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.js (not > minified) > > Example config (notice pauseOnHover): > $('#selector').jCarouselLi

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-18 Thread dudal
Hi Steffan I had the same problem and came up with the following modification: http://www.dudal.com/jquery/jquery.jcarousellite.pauseOnHover.js (not minified) Example config (notice pauseOnHover): $('#selector').jCarouselLite({ auto: 2000, speed: 1500, visible: 1,

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-07 Thread Steffan A. Cline
on 9/6/09 11:54 PM, Jonathan Vanherpe (T & T NV) at jonat...@tnt.be wrote: > > Steffan A. Cline wrote: >> on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: >> >>> I have a carousel that auto scrolls images. I was asked if there is a way to >>> make it so that if you mouse over the c

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-06 Thread Jonathan Vanherpe (T & T NV)
Steffan A. Cline wrote: on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: I have a carousel that auto scrolls images. I was asked if there is a way to make it so that if you mouse over the carousel, it stops and when you mouse out, it starts up again. Is this possible? Anyone?

[jQuery] Re: JCarouselLite - pause scrolling

2009-09-04 Thread Steffan A. Cline
on 8/28/09 5:37 PM, Steffan Cline at stef...@hldns.com wrote: > > I have a carousel that auto scrolls images. I was asked if there is a way to > make it so that if you mouse over the carousel, it stops and when you mouse > out, it starts up again. > > Is this possible? > Anyone? Thanks St