我试图将边框半径设置为 td 元素,但它不适用于 IE7 和 IE8 我尝试了所有可能的解决方案,但它仍然无法正常工作这是我的 css 类:
padding: 5 5 5 5;
background-color: gray;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 0 0 5px 5px #888;
-webkit-box-shadow: 0 0 5px 5px#888;
box-shadow: 0 0 5px 5px #888;
zoom: 1;
filter: alpha(opacity=70);
opacity: 0.7;
behavior: url(../Bin/PIE.htc);
我尝试使用 PIE.js,但它也无法正常工作。