Im trying to zoom out my application through css by using
zoom: 90% !important
It works in IE, Chrome and Safari. But it is not working in Firefox. For Firefox im using :
-moz-transform: scale(0.9);
But it does not seem to work. Can you please help me to achieve zoom out feature in Firefox