搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

In version 13, html fieldset corners are no longer rounded

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

選擇的解決方法