CSS rotate property in IE

后端 未结 7 1073
深忆病人
深忆病人 2020-11-22 16:02

I want to rotate the DIV to a certain degree. In FF it functions but in IE I am facing a problem.

For example in the following style I can set rotation=1 to 4

<
7条回答
  •  余生分开走
    2020-11-22 16:49

    There exists an on-line tool called IETransformsTranslator. With this tool you can make matrix filter transforms what works on IE6,IE7 & IE8. Just paste you CSS3 transform functions (e.g. rotate(15deg) ) and it will do the rest. http://www.useragentman.com/IETransformsTranslator/

提交回复
热议问题