[Proto-Scripty] Re: clonePosition - problem in IE and Opera

2009-03-31 Thread zero
ok, no respond so i solved it myself Event.observe(window, 'load', function() { var klon; $$('li').each(function(el){ Event.observe(el, 'mouseover', function(event) { klon = $('klon');

[Proto-Scripty] Re: clonePosition - problem in IE and Opera

2009-03-05 Thread zero
is it a prototype bug? Does it have some bug ticket? On 2 Mar, 12:50, zero zero.zero1...@gmail.com wrote: This code works in firefox 2, firefox3 and chrome but in  in opera, ie6, ie7 olive div appear in wrong place when u scroll list. In ie it goes up and in opera down. Why, any solution?.