Since I really have nothing to loose at work, where I am spending my last two weeks (I gave a notice on Monday), I have upgraded to IE7. After that I have spent two hours, trying to figure out, why my website makes IE7 crash. I finally did, but damn, that was entertaining.
It looks like document.open('text/html','replace') needed to loose the replace argument, document.writeln() can not be used for writing links to external scripts, the address bar is not removable anymore, and window.resizeTo() doesn't want to work (that pretty much disables all my portfolio galleries).
Lovely. What was even more annoying, is that IE would work with .html files, if they were opened locally, but crash, when opening the exact same files from the server.
So much for the upgrade.
All other imaginable browsers do display my site correctly, with little or no problems. Even Opera.
P.S. During the fixing fit, I removed the reflection.js script---which wasn't mine anyway, I was just playing with it.
It looks like document.open('text/html','replace') needed to loose the replace argument, document.writeln() can not be used for writing links to external scripts, the address bar is not removable anymore, and window.resizeTo() doesn't want to work (that pretty much disables all my portfolio galleries).
Lovely. What was even more annoying, is that IE would work with .html files, if they were opened locally, but crash, when opening the exact same files from the server.
So much for the upgrade.
All other imaginable browsers do display my site correctly, with little or no problems. Even Opera.
P.S. During the fixing fit, I removed the reflection.js script---which wasn't mine anyway, I was just playing with it.