neatlink
Dang it, Internet Explorer FUCKING SUCKS!
I try to be all cool and embed a Google Map in a blog post and IE won’t even display my blog anymore!
More information here: Internet Explorer cannot open the Internet site, Operation aborted “Google Map API error”
Update:
IE doesn’t allow changing HTML tables via DOM until they are fully rendered.
So enclosing your code in a function and triggering it using setTimeout, e.g.:
setTimeout("display_map()", 1);
Seems to get around this limitation that I LOST two hours of my life to. How much of your life has IE taken lately? Download Firefox.


I recently remodelled my entire site because I couldn’t get the old template to render in IE. I think I spent about six hours on it, trolling for answers, tweaking code… but so many people still use IE that one still has to make one’s site look nice in it. Argh.