Forum Moderators: not2easy
Meaning, the top right and bottom right pixels use the colour defined for border-right. But the top left and bottom left pixels use the colour defined for border-top, and border-bottom, respecively.
How can I get the left border to render "above" the top and bottom borders?
CSS does not specify how the user agent (e.g. browser) should handle that scenario. And the current module draft for CSS3 states explicitly This specification does not define how borders of different styles should be joined in the corner.
If that one-pixel deviation is going to be a problem, I suppose you could use background graphics.