Displaying 1 result from an estimated 1 matches for "topitem".
Did you mean:
tocitem
2006 Mar 17
1
Autocompleter.Local problem/desparate plea for help...
...#39;''') + "</ul>";
}
//end
});
// ]]>
</script>
I did try to make a function that would scroll outside of the Autocompleter,
but it doesn''t work based on the fact the auto_complete <div> may not be
showing yet:
function scrollme(box) {
var topItem = Position.cumulativeOffset(box.getEntry(0));
var selItem = Position.cumulativeOffset(box.getEntry (box.index));
box.update.scrollTop=selItem[1]-(topItem[1]+15);
}
scrollme(box);
Please help me!!!
Thanks,
-Steve
_______________________________________________
Rails-spinoffs mailing lis...