邊框背景用不了
<!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 #ddd;
??? background-color:gray;
??? border-image:url(http://img1.sycdn.imooc.com//52e22a1c0001406e03040221.jpg)?70 70 70 70?stretch;
?}
</style>
</head>
<body>
<div id="border_image">
請為我鑲嵌上漂亮的畫框吧
</div>
</body>
</html>
2016-07-04
你的代碼在我這里是有邊框的,你是在那里運(yùn)行的?
2016-07-04
我瀏覽器問題,剛才已經(jīng)解決了