سؤال

does anybody know how to get this

img.resizableImage:hover {
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
    opacity: 1;
}

working in Internet Explorer?

Already using the normalize css!

Thanks!

هل كانت مفيدة؟

المحلول

All of your other transform properties are browser specific.

For IE9+:

-ms-transform: scale(1.5);
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top