javascript - Getting the width/height of the entire browser in IE? -


Is there anyone here that knows the Javascript call width / height of all browser windows (navs, menus, etc?)

I know that external video, , external height is in FF, Safari and other browsers.

This can also be helpful, with what to ensure you are trying to fulfill Are:

window.moveTo (0,0); Window.resizeTo (screen.width, screen.height); Var navButtonsEtcHeight = screen.height - window.innerHeight; Var navButtonsEtcWidth = screen.width - window.innerWidth;

Note: For browser-independent solutions for "window.innerHeight" support, see

Then you have the answer for what you are looking for - non-fullscreen users With the negative side of the screen, before viewing the screen bounce around the screen.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

What is expire header and how to achive them in ASP.NET and PHP? -

sql server - How can I determine which of my SQL 2005 statistics are unused? -