PHP and javascript snippets you can copy and paste.

Thursday, June 7, 2007

js_get_screenCenterY()

/**
* Gets the middle vertical point of the page
*/
function js_get_screenCenterY(){
return ( window.outerHeight - getScrollTop())/2;
}

0 comments:

Blog Archive