Forums

Shadow not working in IE... (2 posts)

  1. rdembrun
    Member
    Posted 5 months ago #

    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;
    }'

  2. wspencer
    Member
    Posted 5 months ago #

    the box shadow property is not supported in any IE versions yet.

Reply

You must log in to post.

About this Topic

Tags