IE img background

HTML

<img></img>
<img class="x"></img>

CSS

img {
    background: url('http://placekitten.com/g/256/256');
}
img.x {
    width: 256px;
    height: 256px;
}