표준 브라우저에서는 더블클릭하면 자동으로 스크롤되는 등 주의해야 할 사항이 있습니다
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
diffY = document.documentElement.scrollTop;
else if (document.body)
diffY = document.body .scrollTop
else
{/*Netscape 항목*/}