Hello List!!!

I have tried to use AutoComplete 1.2 (1) but it is not working with
prototype 1.7.

someone know another working library?or tell how fix it

The problem that I have is with the position, using Firebug for debug
    _reposition: function()
    {
        if(!this.drawn) return;
        var pos = Position.cumulativeOffset(this.input);
        pos.push(pos[0] + this.input.offsetWidth);  <-- HERE STOP
        pos.push(pos[1] + this.input.offsetHeight);
        Element.setStyle(this.selector,{
            left: pos[0] + 'px',
            top: pos[3] + 'px'
        });
    },


(1) http://www.beauscott.com/examples/autocomplete/doc/ns_examples.html

-- 
________________________________________
Lo bueno de vivir un dia mas
es saber que nos queda un dia menos de vida

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prototype-scriptaculous+unsubscr...@googlegroups.com.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
Visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to