Backgrounds, Gradients & Opacity
{
background-color:#ccffcc;
border-width: 20px;
border-style: solid;
border-color: #000000;
padding: 20px;
margin: 20px;
}
Division Element #1
position: relative;
z-index: 5;
Division Element #2
position: relative;
z-index: 2;
Division Element #4
position: relative;
z-index: 6;
Division Element #3
position: absolute;
z-index: 4;
Division Element #5
position: relative;
z-index: 1;
Division Element #6
position: absolute;
z-index: 3;
This should show with an invisible div above.
This should show writing half transparent in red.
And this should show writing opaque red for comparison.