Forums

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

Home Forums CSS IE border style with rounded corners??

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #33007
    ags
    Participant

    hI,
    I need to create some boxes with rounded corners, border needs to be style -> dashed or dotted.
    found some cross browser code but border style still not working in IE.
    This is my code:

    .box {
    background-color: #FFCF01;
    width:170px;/*196*/
    height:483px;/*516*/
    padding:33px 6px 0 0;

    margin:0 0 0 20px;
    border: 4px dotted black;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;

    behavior: url(css/border-radius.htc);
    }

    any idea how to get border style working in IE?

    THANKS :)

    #74106
    jamygolden
    Member

    Have you had a look at CSS3PIE?

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