0
我有一個邊框圖像,它的工作正常,但不是在safari中。Safari剪切圖像中的邊框圖像?
在谷歌瀏覽器:
在Safari中:
正如你所看到的,邊界圖像被切斷在Safari。有什麼建議麼? CSS代碼:
border:40px solid transparent;
border-image:url(../images/charts/leistungsangebot/ruler.png) 150 0 round;
-webkit-border-image:url(../images/charts/leistungsangebot/ruler.png) 150 0 round;
border-left:0;
border-right:0;
border-bottom:0;
width:500px;
height:100px;
margin-top:100px;
background-color:white;
傷心,我不能使用固定的寬度,但我想我將不得不!謝謝您的回答。 – 2014-10-06 18:56:41