margin-top: -10px;
and now is:
margin-top: -10px\9; /*lte IE 8*/
Is this a typo or is there a reason for it?
margin-top: -10px;
and now is:
margin-top: -10px\9; /*lte IE 8*/
Is this a typo or is there a reason for it?
This is a "CSS Hack" for IE, to make it render properly.