This thread was archived.
Please ask a new question if you need help.
Solved
Archived
In version 13, html fieldset corners are no longer rounded
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?
All Replies (2)
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.
Chosen Solution
Was discussed here:
https://support.mozilla.org/en-US/questions/927769