Today, I spend half an hour on a silly little bug I've never seen before. It turns out, Internet Explorer doesn't like empty select tags, which by the way is perfectly legal xhtml.
If you don't add any options, IE will never interpret the closing select tag, and your content will never show. White screen of death.
Firefox:

Internet Explorer:

Applies to:
IE6, IE7, IE8