I have two divs on a website: one has a 1px wide border; the other div has a 2px wide border.
When I change the zoom below 100% (exact value differs based on browser and I assume screen resolution, etc.) the 2px div looks exaktly like the 1px div. (happens in IE and Chrome)
Is there a way to keep the width of the border at 2px regardless of the zoom? Or does someone have a different/better suggestion to retain the ratio of the border-width between the divs?