Questa discussione è archiviata.
Inserire una nuova richiesta se occorre aiuto.
Stato della soluzione
Archiviato
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?
Tutte le risposte (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.
Soluzione scelta
Was discussed here:
https://support.mozilla.org/en-US/questions/927769