[jQuery] Re: Scrolling a group of accordions

2009-06-26 Thread jakiri hutimora
here you have the accordion. http://docs.jquery.com/UI/Accordion I suppose you need to find a condition that allows you to scroll the accordion list when the user scroll on the accordion. Otherwise you may use an iframe but it isn't so elegant has the first case. Steve Hueners ha scritto:

[jQuery] Re: Scrolling a group of accordions

2009-06-26 Thread Steve Hueners
I see your point and will be back with something later...thx for the time On Fri, Jun 26, 2009 at 4:43 AM, Charlie wrote: > there's a lot of variable interpretations of your concept ( at least in my > mind). First one is define scroll- scripted scroller vs manual scrollbar? > > one big variable t

[jQuery] Re: Scrolling a group of accordions

2009-06-26 Thread Charlie
there's a lot of variable interpretations of your concept ( at least in my mind). First one is define scroll- scripted scroller vs manual scrollbar? one big variable that comes to mind is how to determine "middle of list"? If list size is consistent it's obviously easier to suggest solution