Home › Forums › Other › box-shadow issue › Re: box-shadow issue
September 27, 2011 at 1:52 am
#88056
Member
Have you tried just using the background-color property as what you have above is far to much syntax for a simple background color.
#main-content > .inside {
background-color: #fff;
border: 8px solid transparent;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
position: relative;
}