[jQuery] Re: Block UI problem

2009-02-08 Thread Rodolfo Allan
Hi!

I've found a way to work workaround it. I've moved that style at unblockui
callback.

Thanks.
Rodolfo.

2009/2/7 Mike Alsup 

>
> > I'm having problems with BlockUI plugin. For some reason it applies
> > style="poistion: relative;" to parent div and this mess up with my
> > contextMenu plugin. Is there any way to disable this?
>
> It only does that if the element currently has 'static' position and
> no, there is no way to disable it.  The element being blocked needs to
> have a non-static position so that the blocking elements can be
> positioned within.
>
> Mike


[jQuery] Re: Block UI problem

2009-02-07 Thread Mike Alsup

> I'm having problems with BlockUI plugin. For some reason it applies
> style="poistion: relative;" to parent div and this mess up with my
> contextMenu plugin. Is there any way to disable this?

It only does that if the element currently has 'static' position and
no, there is no way to disable it.  The element being blocked needs to
have a non-static position so that the blocking elements can be
positioned within.

Mike