Left and right DIV shadows
I'm trying to create a left and right shadow for a DIV, just can't figure out how... Anyone know how to cut off the top and bottom of this?
.bttm-wrapper{
margin: auto;
height: 29px;
padding-top: 5px;
padding-bottom: 15px;
width: 1080px;
float: left;
border: 0px;
background-color: #FFFFFF;
moz-box-shadow: 0 0 14px #404040;
webkit-box-shadow: 0 0 14px #404040;
box-shadow: 0 0 14px #404040;
}
The best path to prosperity is free market capitalism!