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