I am creating custom div scroller and want to set top position of content div. My jquery code is as below:
containerOuterHeight=$(\"#messagePopUpContainer\").out
You can use CSS to do the trick:
$("#yourElement").css({ top: '100px' });