BlockUI display wrong on IE9
Hi, Everyone
I try to use BlockUI to build a web site, but I got some problem while using IE 9.
the block zone is a ifram.
the wrong display below, plz check the dialog place
on other browser, FF15.1, Chrome, IE8, it works fine.
a very simple code following, write on a onclick function with a image tag
- $.blockUI({ message: $('#esCheck') });
here is the DIV
- <div id="esCheck" style="display:none">
- <p><label>LoginID:</label><input type="text" id="esCheckName" /></p>
- <p><label>Password:</label><input type="password" id="esCheckPW" /></p>
- <p></p>
- <input type="button" id="esCheckYes" value="OK" />
- <input type="button" id="esCheckNo" value="Cancel" />
- <p></p>
- </div>
Thank you for any help