Re: Problem with Ajax.autocomplete and Internet Explorer

2009-09-29 Thread brian
It may be related to some other CSS rule you have. You may need to judiciously comment out rules and test until the div looks right. Or, if you load an IE-only stylesheet via conditional comments (I recommend it) you might be able to fiddle with this div's rules to get it to pop into place. On Tu

Re: Problem with Ajax.autocomplete and Internet Explorer

2009-09-29 Thread Bs
*bump* On 22 Sep., 14:28, Bs wrote: > Hi, > > I'm using the Ajax Helper for some fields in my app and it works > flawlessly from the backend side. The only problem is Internet > Explorer where the popup DIV is displayed totally dispositioned, > several pixels to the right and lower than it's dis

Problem with Ajax.autocomplete and Internet Explorer

2009-09-22 Thread Bs
Hi, I'm using the Ajax Helper for some fields in my app and it works flawlessly from the backend side. The only problem is Internet Explorer where the popup DIV is displayed totally dispositioned, several pixels to the right and lower than it's displayed in Firefox, Opera and any other browser.