Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

In version 13, html fieldset corners are no longer rounded

  • 2 odpowiedzi
  • 4 osoby mają ten problem
  • 14 wyświetleń
  • Ostatnia odpowiedź od 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?

Wszystkie odpowiedzi (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

Wybrane rozwiązanie