[jQuery] Re: simple div with scrollbar plugin

2007-05-17 Thread joomlafreak
Do you expect that plugin to only create scrollable divs??? On May 17, 4:34 pm, Tom Shafer [EMAIL PROTECTED] wrote: I am in need of a simple div with scrollbar plugisn. I am not quite sure how to write one. Is there one out there? Thanks

[jQuery] Re: simple div with scrollbar plugin

2007-05-17 Thread Alexandre Plennevaux
Jscrollpane: http://www.kelvinluck.com/assets/jquery/jScrollPane/jScrollPane.html -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Shafer Sent: jeudi 17 mai 2007 21:34 To: jQuery (English) Subject: [jQuery] simple div with scrollbar

[jQuery] Re: simple div with scrollbar plugin

2007-05-17 Thread Christopher Jordan
Are you talking about something more than: div style=width:300px; height:400px; overflow:auto;/div ... that? This will automatically add the scroll bar when your div gets full enough to warrant one. What exactly are you looking for? Chris Tom Shafer wrote: I am in need of a simple div