CSS – Transparent box with drop shadows

This example only works for FireFox and Chromes. Sorry not for IE 🙁


#page-wrap {
background: rgba(255, 147, 51, 0.7);
-moz-box-shadow: 0 0 20px
black; -webkit-box-shadow: 0 0 20px black;
box-shadow: 0 0 20px black;
}

Tags:

Comments are closed