How to Zoom an HTML Element in Firefox and Opera

How can I zoom an HTML element in Firefox and Opera?

Try this code, this’ll work:

-moz-transform: scale(2);

You can refer to this.

CSS Zoom property in the Firefox

You can't zoom your page or anything using css in firefox, because fire not support zoom property... readmore>> How can I zoom an HTML element in Firefox and Opera?

How to zoom an input radio button element in a deprecated way that is supported by Opera version 11?

The trick is to add border, it will not work without it on Opera 11