SyntaxFix
Write A Post
Hire A Developer
Questions
As Joshua M pointed out, the zoom function isn't supported only in Firefox, but you can simply fix this as shown:
div.zoom { zoom: 2; /* all browsers */ -moz-transform: scale(2); /* Firefox */ }