Just want to know if someone can offer any help….on my site I have box shadow on the right sidebar widgets and also on the “continue reading” button. It shows up on chrome, FF, safari….even IE8….but it will not show up on IE9. Anyone know why?? Here is my CSS:
.sidebar div.sidebar-wrap {
-moz-box-shadow: 0px 0px 5px #161616 !important;
-webkit-box-shadow: 0px 0px 5px #161616 !important;
box-shadow: 0px 0px 5px #161616 !important;
}
.block-button, .block-button:visited, .block-button:hover, .Button {
background: none repeat scroll 0 0 #6AD3E6;
border: 2px solid #0063BE;
box-shadow: 0 0 5px #161616;
color: #000000;
text-shadow:none;
padding:7px 15px;
}
Neither of these (box shadow) are working….please help!