我想使用附加的圖像作爲div的邊界,但失敗。使用圖像作爲邊框
我的代碼是
<div class="menu-box-wrapper">
</div>
CSS
.menu-box-wrapper{
border-image:url(../images/about-text-bg-box.png) 30 repeat stretch;
height:100px;
width:100px;
}
演示:http://jsfiddle.net/squidraj/gunj1nxj/1/
添加一個'''border-width'''應該幫助 – GillesC
是[this](http://jsfiddle.net/lalu050/gunj1nxj/3/)你想要什麼? – Lal
謝謝@Lal。看起來圖像被扭曲了。 – Raj