I created a page with buttons that look okay when the browser zoom is set to 90%, but other people view it by default at 100% or 125+, which causes buttons and input fields to overlap.
So, when my JSP page loads, I want the zoom setting to be set to 90% by default.
What should I do? Can you disable zooming after making any such change on the page? Or, is there a better way to handle this?