css样式不适用于IE6.0

发布于 2024-12-17 11:45:47 字数 416 浏览 0 评论 0原文

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

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>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

大海や 2024-12-24 11:45:47

IE 6 不支持 border-radius CSS 属性。看看所有浏览器中的 CSS 圆角(无图像) 博客文章。

IE 6 doesn't support border-radius CSS attribute. Take a look at CSS Rounded Corners In All Browsers (With No Images) blog post.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文