I have two elements that are positioned so their sides touch. They have different dimension/size on the touching side. Both of them need to have a shadow underneath.
The problem is that one of the shadows is always overlaying its sibling element. I can play with z-index
but that just means that I will select which of the two will be overlaid by sibling's shadow.
It would be great if one could add a shadow to a group of elements in which case shadow would be rendered behind the group without any element interference and regardless of their z-index
vertical ordering.
Is it possible to achieve a similar effect in CCS3 without resorting to shadow images?