圖片鏈接也打上去了怎么沒有效果啊
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>邊框圖片</title>
<style>
#border_image {
??? margin:0 auto;
?? ?height:100px;
?? ?line-height:100px;
?? ?text-align:center;
?? ?font-size:30px;
?? ?width:450px;
?? ?border:15px solid #ccc;
??? border-image:url(http://img1.sycdn.imooc.com//52e22a1c0001406e03040221.jpg) 15px repeat;
?
?? ?}
</style>
</head>
<body>
<div id="border_image">
請為我鑲嵌上漂亮的畫框吧
</div>
</body>
</html>
2016-01-26
這里的編譯器可能有個bug,你去掉15px中的px單位就可以了。