How can I detect that browser window is being resized, other than continous loop of checking its dimensions?
I tried window.onresize = runme(), document.onresize = runme(), document.body.onresize = runme() and while it doesn't generate errors, the called function doesn't fire up...
any ideas?



Reply With Quote


Bookmarks