I've got a small problem with BlockUI
In FF3 it seems to be always choosing the parent DIV to block and not
the one I give it.
And SURPRISE something is actually working properly in IE. ACK!!!
So for now, its just a FF bug.
The code is:
var fan1 = $(bObj).parents(".post:first");
alert(fan1.length);
$(fan1).block({message:null,overlayCSS: { backgroundColor:
'#fff' } });
The alert tells me that the length is 1, and when I ask for the ID its
the correct child DIV.
However the BLOCK happens in this divs PARENT.
The parent DIV in FF is blocked.
Anyone else experienced similar?
Thanks
Marcus