Hello, The following tiny snippet of code to produce a confirm message works fine in Firefox & Chrome but not Internet Explorer (IE9) , and I am at a loss as to the reason why, or how to fix it. Any suggestions? (the message.js/ message_skyblue.css are the latest from github). Thanks
[code]
<style type="text/css">
body, html
{
height:100%;
}
</style>
[/code]