[Hỏi đáp] border-image

  Bài viết hay nhất1
Hello to all,I still need your help:I can not give the edge to the image round

[Hỏi đáp] border-image Captur14

where am I wrong ?

Code:
.module {
          margin-bottom: 8px;
    overflow: hidden;
       background-image: url('http://i68.servimg.com/u/f68/15/07/42/16/captur12.png');
    padding: 0px 6px;
    border: 6px;
  border-image: url(http://i68.servimg.com/u/f68/15/07/42/16/captur13.png)1;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
   border-radius: 9px 9px 9px 9px;
 box-shadow: 0px 1px 6px ; }


Thank you very much!
  Bài viết hay nhất2
Code:
.module {
          margin-bottom: 8px;
    overflow: hidden;
       background-image: url('http://i68.servimg.com/u/f68/15/07/42/16/captur12.png') no-repeat;
    padding: 0px 6px;
    border: 6px;
  border-image: url(http://i68.servimg.com/u/f68/15/07/42/16/captur13.png)9;
  -webkit-border-radius: 15px;
-moz-border-radius: 15px;
   border-radius: 9px 9px 9px 9px;
 box-shadow: 0px 1px 6px ; }
Give me demo link
  Bài viết hay nhất3
Ok Thank you very much!
  Bài viết hay nhất4
You cannot reply to topics in this forum