Re: [Rails-spinoffs] Runtime Error

2006-03-09 Thread Ignacio Sandejas
e. -Thomas Am 09.03.2006 um 05:17 schrieb Ignacio Sandejas: Hi all, Can anyone tell me why this line of code works in FF but not IE?? function stuff(id){ record_id=$(id); record_id.innerHTML = "foo"; } I get a 'Runtime Error'. - Iggy Sandeja

[Rails-spinoffs] Runtime Error

2006-03-08 Thread Ignacio Sandejas
Hi all, Can anyone tell me why this line of code works in FF but not IE?? function stuff(id){ record_id=$(id); record_id.innerHTML = "foo"; } I get a 'Runtime Error'. -- --- Iggy Sandejas Web Developer 0419 485 252 D-Frag Solutions http://www.dfrag.com.au

Re: [Rails-spinoffs] Scrollbar in Autocomplete List

2006-02-14 Thread Ignacio Sandejas
ist 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

[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, --