此代码仅在 Google Chrome 和 Mozilla Firefox 中显示边框图像,但在 IE 9 或 10 中不显示。需要对 CSS 和 WordPress 中使用的此代码进行哪些更改?有没有我可以用来实现这一点的插件?
.Offset1 {
width:525px;
height:auto;
float:left;
margin-left:8px;
border-style:double;
border-width:30px 30px 30px 30px;
-moz-border-image:url("<?php echo $vtheme_options['logo']; ?>") 30 30 30 30 stretch stretch;
-webkit-border-image:url("<?php echo $vtheme_options['logo']; ?>") 30 30 30 30 stretch stretch;
-o-border-image: url("<?php echo $vtheme_options['logo']; ?>")30 30 30 30 stretch stretch;
border-image:url("<?php echo $vtheme_options['logo']; ?>") 30 30 30 30 stretch stretch;
behavior:url(PIE.htc);
position: relative;
}
@media (max-width: 767px) {
.Offset1{ width:222px;
margin-left:3px;
}
}