Is it possible to implement scroll panes like the following site using protptype : http://www.update-scout.com/index.html This uses the moo tools library. Any links to examples would be great. Thanks, Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
bbbs wrote:> Is it possible to implement scroll panes like the following site using > protptype : http://www.update-scout.com/index.htmlMaybe I''m missing something, but why create your own scrollbars? Browsers do provide them and they''re much smoother than anything you''ll create on your own.> This uses the moo tools library. > > Any links to examples would be great.That said, here''s something someone posted a few days ago: http://theblogthatnoonereads.tunasoft.com/scrollbox_js/ -- Michael Peters Developer Plus Three, LP --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
On 19 Apr 2007, at 14:38, Michael Peters wrote:>> Is it possible to implement scroll panes like the following site >> using >> protptype : http://www.update-scout.com/index.html > > Maybe I''m missing something, but why create your own scrollbars? > Browsers do > provide them and they''re much smoother than anything you''ll create > on your own.There are a number of reasons this could prove useful: Scrollbars on different platforms and browsers don''t have the same width and you need them to You want a consistent custom scrollbar across platforms You want to use a slider control to mimic an on demand scrollbox like the Datagrid from Openrico Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---