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

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options