I've designed a page, where buttons look good when the browser zoom is at 90%, but by default other users view it at 100/125%+ in their browser which is resulting an overlap in buttons and input forms.
So, I want to set the zoom value as 90% by default when my JSP page loads.
How do I do this? After making any such setting can make the page non-zoomable? Or Is there any better solution for this?