Himas Rafeek
Posted on: 2 years ago
CSS

CSS – Adding an image-based border – border-image


                                          #border-image-style {
    border-width: 15px;
    /* 3 types of border exist repeated, rounded or stretched (repeat / round / stretch) */   -moz-border-image: url("border.png") 30 30 stretch ;
    -webkit-border-image: url("border.png") 30 30 stretch;
}