I am interested in making a website where 2 div elements with different size to drop a shadow, but without being affected by the other's shadow.
I have tried to put the same z-index in both elements, but the last one has priority over the first one and its shadow overlaps it.
So, as the title says, how could it be done?
EDIT: I have read the Two divs with shadows looks like one part. Is it possible in CSS? post, but that do not solve my problem because I can not move the shadow any pixel.