Hello to all,I still need your help:I can not give the edge to the image round
where am I wrong ?
Thank you very much!
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!