1. 06.05.10

    CSS3 Properties – Border Image

    Use the border-image CSS3 property to create some new and impacting borders. The first thing to do is create your basic border, this will be filled by your border images or as a fallback for browsers not supporting border-image. To apply the border-image, we use the CSS -webkit-border-image: url(borderfile.png) A B type; – A = [...]