Cross Browser Border Weight

Displays thicker in Internet Explorer:

border:thin solid #ECDF64

Consistent in all browsers:

border:1px solid #ECDF64;

Thin according to Internet Explorer:

border:2px solid #ECDF64;

Internet Explorer produces shorthand width 1 pixel thicker than other browsers

Back to the article