rondog Posted August 5, 2008 Share Posted August 5, 2008 I know how to detect their resolution and whatnot, but what about the area that is visible in the browser..ie: not including the browser chrome, scrollbars, navigation buttons, address bar etc. any idea? Quote Link to comment Share on other sites More sharing options...
rondog Posted August 5, 2008 Author Share Posted August 5, 2008 var w = window.innerWidth; var h = window.innerHeight; seemed to do the trick Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.