ght now is to set IE8 to IE7 render mode with the meta
> tag:
>
>
>
> Greets,
>
>Bart
> >
>
--
Anand Kulkarni
Auckland
New Zealand
Mob: +64-21-2566 369
http://www.digitalpath.co.nz
Hi Ronen42,
Its recommended that you invoke the plugin in the $(document).ready
(function(){ }) section.
Although the plugin might detect the browser version at the very
beginning, any internal procedures (such as creating the overlay etc.)
may not work until the entire DOM is ready to be manipu
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.user
3 matches
Mail list logo