Hi, I am using block UI to block an element on my page with a message centered in it. E.g. $('#elementID').block({ message: $ ('#messageID') });
My problem is when I try and use block UI to also show a modal popup while still blocking my element, the text which appeared in the centre of my blocked element disappears and my modal popup appears fine. Can anyone help me get past this problem with using the Block UI more than once? Thanks Chris