What I would like is the ability to have the background of a div go under an element while the contents go over. This is for rounding corners where I want to put elements in the corners which I want under the containing div.
There are two things that have to be true for this to work:
- One elements can't be a descendant of the other
- Position must be
relative
orabsolute