I am creating custom div scroller and want to set top position of content div. My jquery code is as below:
containerOuterHeight=$(\"#messagePopUpContainer\").out
Accessing CSS property & manipulating is quite easy using .css(). For example, to change single property:
$("selector").css('top', '50px');