Oh. And Internet Explorer is a bitch. Please dump it. IE forced me to waste many hours getting it to look right in it...
Heh, I've been working on my
own little site and eventually decided to just screw Internet Explorer support entirely. The whole site (with the exception of a few test pages) is XHTML 1.1 with an application/xhtml+xml content-type. Most browsers can handle it, but all versions of Internet Explorer (up to and including version 7) will just display a prompt for download.
(As a quick aside, I actually made a test page to see what IE would do with my current coding served with a text/html content-type. It somehow managed to screw up the menubar anyway, applying a left margin where there should be none, which is a pretty staggering screw-up considering it's just 11 lines of code.)
It would've been fairly easy for the IE developers to hack around this by just making IE treat documents with an application/xhtml+xml content-type as if they had a text/html content-type (also known as 'tag soup parsing') but they deliberately chose to leave out all support until they implement full support for XHTML in IE (which I would estimate to be completed sometime in the 23rd century).
So, all in all I have to echo these sentiments. IE is a total bitch, and there are few excuses to use it regularly these days. There are
so many better browsers around...
Edit: Actually, to sum this up best, I think I will quote myself here.
"Pretty much everyone knows that Internet Explorer is a nasty browser with poor standards support, but it takes designing a web site to really instil a hatred of it in you."