[jQuery] Re: Strange behaviour of BlockUI

2009-11-09 Thread Trejder
In addition to above, some observations. 1. I changed: $.blockUI ({ message: $('#inner-holder-error'), css: { top: ($(window).height() - 500) /2 + 'px', left: ($(window).width() - 500) /2 + 'px', width: '500px',

[jQuery] Re: Strange behaviour of BlockUI

2009-11-09 Thread Trejder
Mike, The problem is partially solved. > Can you post a link to this page? No, I can't - since it is a project all the time being developed on localhost. > Is inner-holder-error the outer > most element used for blocking?  For example, does your block call > look like this: > > $.blockUI({ >  

[jQuery] Re: Strange behaviour of BlockUI

2009-11-07 Thread Mike Alsup
> 1. I set: display: none to all divs that I want to present in BlockUI, > which is obvious - because I don't want these divs to be shown in > normal page flow. What is not obvious and strange is that BlockUI does > not un-hide such hidden elements when displaying them. > > I have to use for exampl