[jQuery] Re: Having hard time with customizing scroll bars

2010-01-16 Thread swfobject_fan
Sam,

Yes! jScrollPane has all that I was looking for. Hope it works for
dropdowns too.



On 16 Jan, 21:15, Sam Sherlock  wrote:
> Yes you can - did you see the os examples?
>
> this plugin has an extensive set of demos and is extremely versatile
>
> http://www.kelvinluck.com/assets/jquery/jScrollPane/examples.html
>  
> - S
>
> 2010/1/16 swfobject_fan 
>
>
>
> > Thanks dave, but I can't change the look of the scroll bars with this
> > right? I was looking for something similar to flexcroll.
> >http://www.hesido.com/web.php?page=customscrollbar
>
> > On 16 Jan, 19:49, Dave Methvin  wrote:
> > > > Where can I find more about those plugins?
>
> > > This search turned up jScrollPane, looks like that is what you want.
>
> > >http://lmgtfy.com/?q=jquery+scroll+plugin


Re: [jQuery] Re: Having hard time with customizing scroll bars

2010-01-16 Thread Sam Sherlock
Yes you can - did you see the os examples?

this plugin has an extensive set of demos and is extremely versatile

http://www.kelvinluck.com/assets/jquery/jScrollPane/examples.html
 
- S



2010/1/16 swfobject_fan 

> Thanks dave, but I can't change the look of the scroll bars with this
> right? I was looking for something similar to flexcroll.
> http://www.hesido.com/web.php?page=customscrollbar
>
> On 16 Jan, 19:49, Dave Methvin  wrote:
> > > Where can I find more about those plugins?
> >
> > This search turned up jScrollPane, looks like that is what you want.
> >
> > http://lmgtfy.com/?q=jquery+scroll+plugin
>


[jQuery] Re: Having hard time with customizing scroll bars

2010-01-16 Thread swfobject_fan
Thanks dave, but I can't change the look of the scroll bars with this
right? I was looking for something similar to flexcroll.
http://www.hesido.com/web.php?page=customscrollbar

On 16 Jan, 19:49, Dave Methvin  wrote:
> > Where can I find more about those plugins?
>
> This search turned up jScrollPane, looks like that is what you want.
>
> http://lmgtfy.com/?q=jquery+scroll+plugin


[jQuery] Re: Having hard time with customizing scroll bars

2010-01-16 Thread Dave Methvin
> Where can I find more about those plugins?

This search turned up jScrollPane, looks like that is what you want.

http://lmgtfy.com/?q=jquery+scroll+plugin


[jQuery] Re: Having hard time with customizing scroll bars

2010-01-16 Thread swfobject_fan
Waseem,

Where can I find more about those plugins?

On 16 Jan, 16:44, waseem sabjee  wrote:
> the styling scroll bars of a browser is not cross-browser
>
> however there are content scroller plugins out their that mimic the
> functionality of a browser scrollbar. these are cross-browser.
>
>
>
> On Sat, Jan 16, 2010 at 1:03 PM, swfobject_fan  wrote:
> > Hi,
>
> > I'm having a hard time customizing scroll bars for panels and drop
> > downs. It works in some browsers and it doesn't in some.
> > Is there a jQuery feature/plugin that help me color/beautify the
> > scroll bars across all browsers? Please help.