Re: AjaxAutoComplete list width

2009-04-09 Thread Ricardo J. Parada
By the way, it worked great!! Thanks. On Apr 8, 2009, at 2:31 AM, Ricardo J. Parada wrote: Awesome... thanks. On Apr 7, 2009, at 8:14 PM, getsharp wrote: On 08/04/2009, at 6:27 AM, Ricardo J. Parada wrote: Is there a way to set the width of the list of matches that an AjaxAutoComplete

Re: AjaxAutoComplete list width

2009-04-07 Thread getsharp
On 08/04/2009, at 6:27 AM, Ricardo J. Parada wrote: Is there a way to set the width of the list of matches that an AjaxAutoComplete renders? Right now it seems to always match the width of the text field. You can achieve it by tweaking css, eg: .auto_complete ul { width:150px; } I ma

AjaxAutoComplete list width

2009-04-07 Thread Ricardo J. Parada
Is there a way to set the width of the list of matches that an AjaxAutoComplete renders? Right now it seems to always match the width of the text field. I managed to write some JavaScript that sets the width of the text field to 40px. But when I start typing in that text field I want th