So apparently the code I was using to generate tweets on the sidebar was invalid, and forcing Internet Exploder to crap out an error message that didn’t allow the browser to view the webpage. A replacement plug-in has fixed this error.
Apologies to the seven (give or take, with me testing) IE users.
For others using Twitter’s suggested HTML widget, the following will break for IE:
<div id="twitter_div"><ul id="twitter_update_list"></ul></div><script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script><script type="text/javascript" src="http://twitter.com/statuses/user_timeline/your-username.json?callback=twitterCallback2&count=5"></script>
IE doesn’t like UL tags without LIs, even if the Javascript supplies them.
