
Re: Border of div shifted down and right ~2px in IE 6-8
Great - so the only reply I get is comment spam
Here's the problem:
The containing div had a border with a thickness of "medium" -
Code:
border-width: medium;
This displays in most browsers as a 3px border. For some reason this causes css3pie to shift the contained rounded borders 3px left and down.
The solution:
Specifying the border width in pixels causes no shifting:
tl;dr - use numeric values for border thickness and not "thin", "medium", or "thick."