Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Lolu chungechunge lwabekwa kunqolobane. Uyacelwa ubuze umbuzo omusha uma udinga usizo.

Form checkboxes styling lost in Firefox browser

  • 5 uphendule
  • 1 inale nkinga
  • 72 views
  • Igcine ukuphendulwa ngu TyDraniu

more options

Hi,

I made CSS styling for form checkboxes that won't appear in Firefox browser. Could you please how can I get my stylings revealed in Firefox?

URL: https://www.almatalent.fi/tilaa-koulutusten-asiakaskirje/

Screenshot provided

Hi, I made CSS styling for form checkboxes that won't appear in Firefox browser. Could you please how can I get my stylings revealed in Firefox? URL: https://www.almatalent.fi/tilaa-koulutusten-asiakaskirje/ Screenshot provided
Ama-screenshot ananyekiwe

Isisombululo esikhethiwe

You have to remove width: 0; height: 0;. That's all.

Funda le mpendulo ngokuhambisana nalesi sihloko 👍 0

All Replies (5)

more options

Did you test it in another browser? It looks similar.

It's because you have:

form input[type="checkbox"] {
 width: 0;
 height: 0;
}
more options

It's working correctly on safari & chrome and even IE. See attached.

more options

Added -moz-appearance: none; and no success

more options

Isisombululo Esikhethiwe

You have to remove width: 0; height: 0;. That's all.