邊框圖片不能在IE里面運行嗎?為什么我的邊框圖片只顯示四個角落圖片,三種模式都是一樣的,沒有變化,但是我在編輯器和W3C里有顯示正常的,我想知道這是為什么???
<!doctype html>
?<html>
? ?<head>
? ? <title></title>
<style>
?#one{
border:20px solid gray;
width:400px;
height:100px;
line-height:100px;
margin:0 auto;
font-size:35px;
text-align:center;
border-image:url(1.png) 20 stretch;
}
</style>
? ?</head>
? <body>
? ?<div id="one">請為我添加花邊</div>
? </body>
?</html>
2016-09-03
可能是IE版本的問題