不知道这样对不对
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>边框图片</title>
<style>
#border_image {background:#F4FFFA;
width:210px;height:210px;border:70px solid#ddd;
border-image:url(http://img.mukewang.com/52e22a1c0001406e03040221.jpg)70repeat
}
</style>
</head>
<body>
<div id="border_image">
请为我镶嵌上漂亮的画框吧
</div>
</body>
</html>
border-image:url(http://img.mukewang.com/52e22a1c0001406e03040221.jpg) 70 repeat
最后一句,border-image中,各相之间没空格?