Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

In version 13, html fieldset corners are no longer rounded

  • 2 个回答
  • 4 人有此问题
  • 5 次查看
  • 最后回复者为 the-edmeister

more options

Firefox v13 is not rounding corners of html fieldset... even with CSS commands -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;

Any solution?

Firefox v13 is not rounding corners of html fieldset... even with CSS commands -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; Any solution?

被采纳的解决方案

所有回复 (2)

more options

Firefox 4 and higher should honor the border-radius property without the -moz prefix. The order shouldn't matter, but you could try changing the sequence and putting the standard one first.

If this is an external CSS file, do a full reload of the page (Ctrl+Shift+r) to bypass the cache.

more options

选择的解决方案