Hi All,
I have one div a i.e the superset of div b but i want to make the area div a - div b as droppable. How can i do that??
Hi All,
I have one div a i.e the superset of div b but i want to make the area div a - div b as droppable. How can i do that??
May be you should try making the div a droppable, div b not droppable and set a z-index for both divs leaving div b on top (z-index of b > z-index a). Haven't tried it myself, though.