border-image strech
border-image strench
by fatihhayri
HTML
<div class="test">
</div>
CSS
.test{
width:300px;
height:300px;
border-width: 33px;
border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 stretch;
-moz-border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 stretch;
-webkit-border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 stretch;
-o-border-image: url(http://fatihhayrioglu.com/images/border_image_desen.png) 33 stretch;
}