【发布时间】:2014-01-24 13:41:53
【问题描述】:
没有弯曲的边框。 IE9 及以上版本运行良好。
http://cscsu.org.uk/WiltshireMedicinesManagement/csu.htm 是我所拥有的非常精简的版本
<!DOCTYPE html>
<html lang="en-US">
<head>
<style type="text/css">
.wpdm-metro {
behavior:url(/border-radius.htc);
-moz-border-radius:8px;
-webkit-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
margin-bottom:2px;
margin: 0 5px 7px 0;
height:120px;
width:45%;
background:#66cc33 !important;
color:white !important;
}
</style>
</head>
<body>
<div class="wpdm-metro">
</div>
</body>
</html>
我做错了什么吗?该文件存在(border-radius.htc),我什至在.htacccess 中添加了AddType text/x-component .htc
【问题讨论】:
标签: css3pie