I wish to have on a given div, a shadow on the bottom and right sides.
#navigation-and-slideshow {
overflow: hidden;
background-color: #fff;
padding: 10px 1%;
box-shadow: 2px 2px 5px #222;
}
I'm only getting bottom on all tested browsers. Can anyone help me solve this ?
Thanks