Victory over Internet Explorer
I have managed to get the resize script woking properly in Internet Explorer. IE does not adhere to the standard DOM event of element.addEventListener instead, it uses element.attachEvent, mostly the same thing, except a bit less handy, and of course, it behaves differently than every other browser.
IE browsers account for 30% of the visits […]