i need an absolute div to scroll down as the page does,the div center itself automactly on the browser resize, heres how i have it,
<div " id="window1" style=" display:none; position:absolute; left:50%; margin-left:-200px; top:50%; margin-top:-200px; width:400px; height:400px; background-color:#963"></div>
the problem is that it doesnt scroll, what can i do to make it follow the page?