PHP and javascript snippets you can copy and paste.

Thursday, June 7, 2007

js_get_screenCenterX()

/**
* Gets the middle horizontal point of the page.
*/
function js_get_screenCenterX(){
return (window.outerWidth - js_get_scrollLeft())/2;
}

0 comments:

Blog Archive