Hi,

The solution to the problem where the blockUI plugin
doesn't working in IE8 is as follows:

on line 151 simply change:

var ie6 = $.browser.msie && /MSIE 6.0/.test(navigator.userAgent);

to

var ie6 = $.browser.msie && /MSIE 6.0/.test(navigator.userAgent) && !
(/
MSIE 8.0/.test(navigator.userAgent));

And then everything works fine! My test environment was IE8
on Vista.

Hope this helps...certainly helped me in my project.

Cheers, Anand
www.digitalpath.co.nz

On Mar 31, 2:25 am, Schockwelle <bo...@gmx.de> wrote:
> Hi,
>
> I useblockuion my websitewww.rbl-check.comand i have an error in
> the internet explorer 8.
>
> Row: 227
> Sign: 17
> Code: 0
> URI:http://www.rbl-check.com/ajax/jquery.blockui.js
>
> In e.g. Firefoxblockuiworks fine... Can anybody help me?
>
> Best regards from Germany

Reply via email to