我在myPage.jsp中使用Jquery创建一个按钮。它在Mozilla Firefox中工作正常,但css没有在IE中应用。 ui-corner-all 未在IE中申请。角落没有圆角。
<html>
<head></head>
<body>
<input type="button" class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only" role="button" aria-disabled="false" value="button"></input>
</body>
</html>
答案 0 :(得分:2)
IE 6不支持border-radius
CSS属性。请查看CSS Rounded Corners In All Browsers (With No Images)博文。