<script type="text/javascript"> var isIE=window.XMLHttpRequest?false:true; var aIsIE={}; window.onload=function(){ if(isIE){ window.onscroll=doIE; window.onresize=doIE; } function doIE(){ aIsIE.top=document.documentElement.scrollTop; aIsIE.left=document.documentElement.scrollLeft; var width=document.documentElement.clientWidth; var height=document.documentElement.clientHeight; var oDiv=document.getElementById("oneReply"); oDiv.style.top=aIsIE.top+(height-oDiv.offsetHeight)/2+'px'; oDiv.style.left=aIsIE.left+(width-oDiv.offsetWidth)/2+'px'; </script>