Здравствуйте,
Картинка не сжимается в ie.
А именно в 11 версии.
Исходный размер картинки 51px X 56px.
В остальных версиях не тестил, да и не нужно - древние не поддерживаем.
<style>
#footerRight {
float: right;
}
#footerRight a.footerlogo-hud {
background-image: url("images/lending_logo.png");
background-size: 25px 28px;
width: 25px;
height: 28px;
background-repeat: no-repeat;
float: left;
}
</style>
<div id="footerRight">
<a target="_blank" href="#" class="footerlogo-hud"></a>
</div>
Подскажите, в чём может быть причина?