window.resize event in IE doesnt do what i thought it does.
I thought it only triggered when the physical window/view-port changed size (ie user hits maximize on the browser window for example), but it is also triggered if i change the document size, introducing scroll bars.
is there any way to tell those two things apart: view port resize, and document resize without writing an elaborate hack?