look to get show like the inner image you have to use these three lines to set the shadow and to avoid the cross browsing problems.
Css Script
- .box{
- -moz-box-shadow:0px 0px 10px #333;
- -webkit-box-shadow:0px 0px 10px #333;
- box-shadow:0px 0px 10px #333;
- }
1 comments: