Imagine you have two divs on a website: one with a 1px wide border and the other with a 2px wide border.
Suddenly, when zooming below 100% (depending on various factors like browser and screen resolution), the 2px border div mysteriously transforms to look exactly like the 1px border div. This strange occurrence happens in both IE and Chrome.
Is there a magical solution to maintain the border width at 2px regardless of the zoom level? Or perhaps someone out there has a different or better suggestion to uphold the ratio of border width between these perplexing divs?