javascript - Equivalent of window.screenTop in firefox and chrome -


i have requirement need "window.screentop". works in ie. found equivalent firefox - "window.mozinnerscreeny". there similar chrome? or can same result using other methods?

http://www.w3schools.com/jsref/prop_win_screenleft.asp

seems it's cross browser


Comments

Popular posts from this blog

iphone - Using nested NSDictionary with Picker -

php - accessing mysql using different server to which db connection data is located -

javascript - Iterate over array and calculate average values of array-parts -