internet explorer 8 - jquery blockui working strange with IE8 -


I have a jqgrid and when I double click on a line, I call jquery blockui because I I am loading a dialog. In each browser, blockUI loading message is shown in the middle of jqgrid completely but in IE8 it shows the bottom left of the grid and does not overlay:

Enter image details here

If I comply with IO 8 If I keep it in mode then it works fine.

Is there any reason that JPEG blocker can keep shipping messages properly in IE8?

I have not seen that problem either.
I wrap my grid in a DIV and build blockUI on it:

    

and

  $ ("# permissionscompatible"). Block ({Message: '... saving ...'});    

Comments