i have a following div
<div id="mydiv" style="position: absolute; top: 60px;
left: 5px; right: 25px; bottom: 10px;">
</div>
Then i hide it via JS with display none. Is it possible to display it back again? None of the display attributes work. Thank you