私はこのようなボーダー画像コードを使用していますが、機能していません:
CSS:
#container{
float:left;
position:absolute;
font-size:56px;
font-family:arial;
top:400px; left:200px;
border-bottom-image:url(images/border_bg.png);
-webkit-border-image:url(images/border_bg.png) 30 30 round;
-o-border-image:url(images/border_bg.png) 30 30 round;
border-image:url(images/border_bg.png) 30 30 round;"
}
HTML:
<div id="container">WE'VE GOT YOU COVERED.</div>