[jQuery] Re: jQuery.SerialScroll

2008-06-02 Thread Ariel Flesler
The scrollable pane (#slideshow) doesn't haev overflow on IE, so it can't scroll. You need to fix the styling. Cheers -- Ariel Flesler http://flesler.blogspot.com On 2 jun, 08:18, Ronnie28 <[EMAIL PROTECTED]> wrote: > Hi guys. > I've made this page with the serial scroll plugin. > The page code

[jQuery] Re: jQuery.SerialScroll

2008-04-28 Thread Ariel Flesler
In order to save time to people using or trying this plugin, I made an additional blog post with more detailed information. Also added some snippets of code, showing how to add or use common features of the plugin. I'm willing to add more, as they get formulated by users, feel free to request or

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Ariel Flesler
Hi Feed, thanks. The plugin has an option called 'cycle' which is similar but not equal to jCarousel's option. The first and third examples have it activated, the scrollshow doesn't. It won't just go on endlessly, instead it will return once it goes over the limit. This approach seems cleaner for

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Feed
Awesome Ariel, thanks for yet another great plugin. I have a request though: can you add an option to make it "circular" (like jCarousel)?

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Mika Tuupola
On Feb 12, 2008, at 1:56 PM, Ariel Flesler wrote: The Zip is 12kb overall.. I didn't feel it was important to add separate links to each 4 of the files.. but it's the second time I'm told that, so I'll see if I can add them to the blog, won't probably to the demo to keep it clean. It is not

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Ariel Flesler
Aww, I pasted twice the same url in the post Mika quoted. LocalScroll can be found here: http://flesler.blogspot.com/2007/10/jquerylocalscroll-10.html @Benjamin Why thanks. Its fixed now, it was not a problem of the plugin, just with the html of the demo. Thanks for letting me know :) @Mika

[jQuery] Re: jQuery.SerialScroll

2008-02-12 Thread Mika Tuupola
On Feb 12, 2008, at 4:00 AM, Ariel Flesler wrote: Those 2 urls broke down... Here I go again: ScrollTo: http://flesler.blogspot.com/2007/10/jqueryscrollto.html LocalScroll: http://flesler.blogspot.com/2007/10/jqueryscrollto.html In plugin pages, could you provide straight link to source (no

[jQuery] Re: jQuery.SerialScroll

2008-02-11 Thread Benjamin Sterling
Ariel, looking good, your ajax example is erroring out in FF, did not get a chance to check IE. On 2/11/08, Ariel Flesler <[EMAIL PROTECTED]> wrote: > > > Those 2 urls broke down... Here I go again: > ScrollTo: http://flesler.blogspot.com/2007/10/jqueryscrollto.html > LocalScroll: http://flesler.b

[jQuery] Re: jQuery.SerialScroll

2008-02-11 Thread Ariel Flesler
Those 2 urls broke down... Here I go again: ScrollTo: http://flesler.blogspot.com/2007/10/jqueryscrollto.html LocalScroll: http://flesler.blogspot.com/2007/10/jqueryscrollto.html By the way.. this plugin is a replacement for jQuery.ScrollShow, it never got over beta, this one has a better approac