Actually, what version of the autocomplete plugin are you using. It looks
like the latest depends on the dimensions plugin. Perhaps you should grab
both the latest versions of the dimensions and the autocomplete plugins.

--
Brandon Aaron

On 7/14/07, Brandon Aaron <[EMAIL PROTECTED]> wrote:

Hey Mark,

Could you possibly post an example of the issue? I'm having trouble
following what exactly is going on. Also, try grabbing the latest version of
Dimensions from SVN as it has been recently updated.

--
Brandon Aaron

On 7/14/07, Mark <[EMAIL PROTECTED] > wrote:
>
>
> Hi!
> I am using jQuery with the autocomplete plugin.
> Everything was right, but I had to float the div, which contains all
> input components, so the result div of the autocomplete became crazy
> about finding its position.
>
> So, I downloaded the Dimensions plugin, and the following is
> happening:
>
> In Mozilla it works fine, and the offset function gets the same
> results as the autocomplete built in findPos function.
>
> But in explorer, in order to position the window properly I had to
> call dimensions.position() for the top value and dimensions.offset()
> for the left value...
>
> So I am using it now with if ($.browser.msie)...
>
> Anyone knows why it is happening? ...maybe I am doing something wrong
> with the floats...
>
> If this is an IE bug, maybe could be fixed in the dimensions plugin.
>
> Thanks
> Mark.
>
>

Reply via email to