时间:2021-07-01 10:21:17 帮助过:246人阅读
http://www.w3school.com.cn/css3/css3_2dtransform.asp
只支持IE10以上
楼上的方法尝试了下,IE9 也是可以的
-ms-transform:rotate(270deg); /* Internet Explorer 9 */
IE8以下的时候使用Matrix 滤镜(filter):
http://blog.sina.com.cn/s/blog_5ed90bcd0101l4mm.html
CSS3的2D旋转可以做到的。不过你这需求真的很奇特,呵呵