> The issue is that, when calling blockUI on that DIV, it makes the div go > above the UL/LI elements. I tried to change the zindex values everywhere, > with no effect. I do not understand why the DIV is modified by blockUI ?
The div is not modified, it's the blocking overlay that has a higher zIndex. Did you try adjusting the baseZ option? Mike