If there was ever a time to hate IE, this is it. This code begins with a box with content. When the button is clicked, the box is supposed to drop down and fade-in.
Because you are missing the tag and doctype declaration, your page is being rendered in Quirks Mode. Change this
to this