码迷,mamicode.com
首页 > Web开发 > 详细

css3 兼容各个浏览器

时间:2017-03-04 15:13:25      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:form   opera   firefox   兼容   css3   web   ref   int   explorer   

transform:rotate(9deg);
-ms-transform:rotate(9deg); /* Internet Explorer */
-moz-transform:rotate(9deg); /* Firefox */
-webkit-transform:rotate(9deg); /* Safari 和 Chrome */
-o-transform:rotate(9deg); /* Opera */

css3 兼容各个浏览器

标签:form   opera   firefox   兼容   css3   web   ref   int   explorer   

原文地址:http://www.cnblogs.com/yangjunfei/p/6501388.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!