Re: [Rails-spinoffs] Scrollbar in Autocomplete List

2006-02-14 Thread Ignacio Sandejas
, I'd love to hear about it. ~Daniel Elmore -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed C. Sent: Tuesday, February 14, 2006 12:15 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Scrollbar in Autocomplete L

Re: [Rails-spinoffs] Scrollbar in Autocomplete List

2006-02-14 Thread Thomas Fuchs
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed C. Sent: Tuesday, February 14, 2006 12:15 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Scrollbar in Autocomplete List You should be able to add "overflow:scroll;" style to your autocomplete list c

RE: [Rails-spinoffs] Scrollbar in Autocomplete List

2006-02-14 Thread Daniel Elmore
PROTECTED] On Behalf Of Ed C. Sent: Tuesday, February 14, 2006 12:15 AM To: rails-spinoffs@lists.rubyonrails.org Subject: Re: [Rails-spinoffs] Scrollbar in Autocomplete List You should be able to add "overflow:scroll;" style to your autocomplete list container (div) On 2/14/06, Ignacio Sa

Re: [Rails-spinoffs] Scrollbar in Autocomplete List

2006-02-13 Thread Ed C.
You should be able to add "overflow:scroll;" style to your autocomplete list container (div) On 2/14/06, Ignacio Sandejas <[EMAIL PROTECTED]> wrote: > Hi all, > > Firstly is there a way to search the archives? > > Second I was wondering if there is a way to implement a scrollbar on the > list that

[Rails-spinoffs] Scrollbar in Autocomplete List

2006-02-13 Thread Ignacio Sandejas
Hi all, Firstly is there a way to search the archives? Second I was wondering if there is a way to implement a scrollbar on the list that occurs when you use autocomplete. I have some lists that are very long so I would like to shorten them but still have all the options. Regards, --