How do I get div #1(page-title) to "cut" through div #2(mainwrap)and see the background-image?
Example:
<div class="body">
<div class="mainwrap">
<div class="page-title">
</div>
</div>
</div>
CSS:
body {background-image: url("/background.jpg");}
.mainwrap {background: #fff}
.page-title {background: none;}