this seems to work:
//Locates the calendar over the calling control (in this example the "img"). if (source = $(source)) { containerPos = Element.cumulativeOffset(source); $(container).setStyle({top:containerPos.top,left:containerPos.left+20}); }
Position.clone is deprecated
More information about formatting options
possible fix
this seems to work:
//Locates the calendar over the calling control (in this example the "img").
if (source = $(source))
{
containerPos = Element.cumulativeOffset(source);
$(container).setStyle({top:containerPos.top,left:containerPos.left+20});
}
Position.clone is deprecated