I am creating custom div scroller and want to set top position of content div. My jquery code is as below:
containerOuterHeight=$(\"#messagePopUpContainer\").out
And with Prototype:
$('yourDivId').setStyle({top: '100px', left:'80px'});