Well, that was just an example. If it's not possible, then I'm not sure what to do. The actual structure of my code is like this:
CODE
<div class="Parent">
<div class="Child1"></div>
<div class="Child2">
<div class="Child3"></div>
</div>
</div>
They all have different background images that work together to make something else.
<div class="Parent">'s background image needs to be right in the center of it all, so I need its background above its children's.
P.S. This is my 100[sup]th[/sup] post.