Issue
I need to make my web page un-zoomable such that the divs don’t collide each other or overlap each other. The stackoverflow site is a great example. In a case where the user zooms in the web page, the divs should be in their original positions.
When Zoomed, it’s still fixed.
What changes do I need to make to the CSS files?
Solution
You must be giving width in px. You should do it in percentage if you want your layout to stay right when you zoom in or zoom out
Answered By – user786
Answer Checked By – Mary Flores (BugsFixing Volunteer)