.test {
position: relative;
&:before {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 15px;
height: 12px;
background: url('../m/check.png');
margin: -5px 0 0 -6.5px;
overflow: visible;
}
}
:before
работает по IE8::before
работает по IE9