Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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?

Alla svar (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

Vald lösning