i am creating a button using Jquery in myPage.jsp. it is working fine in Mozilla firefox but the css are not getting applied in IE . ui-corner-all is not applying in IE. the corner are not rounded.
<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>
IE 6 doesn’t support
border-radiusCSS attribute. Take a look at CSS Rounded Corners In All Browsers (With No Images) blog post.