css样式不适用于IE6.0

时间:2011-11-22 03:51:43

标签: css cross-browser

我在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>

1 个答案:

答案 0 :(得分:2)

IE 6不支持border-radius CSS属性。请查看CSS Rounded Corners In All Browsers (With No Images)博文。