Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Box shadow not working in I.E

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #43924
    braddalton
    Participant

    Do i need to add some extra code to get this working in I.E?
    /* Featured Box


    */

    .featured-box {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0 0 20px #111;
    background-color: #21759B;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
    width: 1040px;
    }

    #130836
    Paulie_D
    Member

    Which version of IE?

    It’s not supported below IE9.

    http://caniuse.com/#feat=css-boxshadow

    #130899
    BinG
    Participant

    Search and try using pie.htc to get border-radius and box-shadow in ie8.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.