边框图片不能在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>