
Can I turn off bottom box shadow
Good afternoon.
I am using the following:
#foliobox{
position:relative;
border:1px solid #A39601;
margin:0 auto;
margin-top:0px;
padding: 60px 0;
width: 900px;
height:auto;
min-height:790px;
text-align: center;
-webkit-border-radius: 8px;
-moz-border-radius:8px;
border-radius: 8px;
-webkit-box-shadow: #A39601 0px 0px 100px;
-moz-box-shadow: #A39601 0px 0px 100px;
box-shadow: #A39601 0px 0px 100px;
background: black;
behavior: url(PIE.htc);}
I love the box shadow effect, but is there a way to program no shadow comming off the bottom. It is getting into my footer menu making it hard to read. I would like the shadow comming out of the top, left and right side only.
Thank very much for any help. I do appreciate it.
Shep