[Proto-Scripty] Re: autocompleter result list shifted to left !

2009-05-05 Thread G. Sharon Yang
I tried your example in IE 8, it's fine. No left or right shift issue. I would try the whole css list from scriptaculous. I would also try fixed, relative in the position box and also try inline instead of box in the display just to test the behavior. .searchAsYouType { position:relative; wi

[Proto-Scripty] Re: autocompleter result list shifted to left !

2009-05-05 Thread Sabri LABBENE
Hi, I still can't fix autocomplete div position!! I tried to apply the same css rules as in the advanced autocompletor demo [1] but it changed nothing. The div to populate still shifted to left as much as I enter data in the input field. This is my original code: here is my autocomplete div code:

[Proto-Scripty] Re: autocompleter result list shifted to left !

2009-04-29 Thread G. Sharon Yang
my autocompleters are fine with IE 6 and IE 7, but in IE 8, the autocomplete fields shift to the right side, :(( since most of our customers use IE 6 and IE 7, I just leave the bug as it it for now. -S. On Wed, Apr 29, 2009 at 2:08 PM, Sabri LABBENE wrote: > Hi all, > Nobody had this proble

[Proto-Scripty] Re: autocompleter result list shifted to left !

2009-04-29 Thread Sabri LABBENE
Hi all,Nobody had this problem before ?? Is there some attribute that scriptaculous should set for the div that will contain the result of the ajax query On Wed, Apr 29, 2009 at 2:42 PM, Sabri LABBENE wrote: > Hi all, > I'm using prototype-1.6.1_rc2 with scriptaculous-1.8.0. I have an > autocompl