> Yes it is modified, because the div itself (not the blocking overlay) comes
> over the ul/li elements when calling blockUI on it.

To clarify, the zIndex of the div is not modified.  The only thing
modified on the blocked element (the div in your case) is the position
style, and only if it is currently 'static'.  The position is set the
'relative' so that the overlay can be absolutely positioned within.

Mike

Reply via email to