0
沒有彎曲的邊框。 IE9及以上版本正常工作。CSS3 PIE在IE8或更低版本中不起作用
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),我甚至已經添加到AddType text/x-component .htc
.htacccess
真的很驚人。謝謝。如果我需要它們呢? – pee2pee