Shadow not working in IE…
-
I have a div that has a shadow. It worked until some recent updates. Any suggestions as to how to fix it in IE? I’d love if it was a simple fix that would make me look like a fool 🙂
dreamweddingphoto.net
#page-wrap {
background-color:#ffffff;
margin:60px auto;
width:900px;
height:800px;
-moz-box-shadow: 1px 1px 10px #000;
-webkit-box-shadow: 1px 1px 10px #000;
-ms-box-shadow: 1px 1px 10px #000;
-chrome-box-shadow: 1px 1px 10px #000;
-o-box-shadow: 1px 1px 10px #000;
-khtml-box-shadow: 1px 1px 10px #000;
}’
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Shadow not working in IE…’ is closed to new replies.