CSS3 transform:scale in IE

后端 未结 4 672
终归单人心
终归单人心 2020-11-30 05:11

I would like to use the CSS3 property transform:scale.

div
{
     transform: scale(0.5,0.5);
}

Is there a way to imitate this in Internet E

4条回答
  •  北海茫月
    2020-11-30 05:43

    http://msdn.microsoft.com/en-us/library/ms533014(v=vs.85).aspx

    although, filters in IE isn't easy to use and they are not always combined with other css effects....

    but IE 9 support scale https://developer.mozilla.org/en/CSS/transform

提交回复
热议问题