Home  >  Article  >  Web Front-end  >  css3各种类型浏览器前缀简单分享_html/css_WEB-ITnose

css3各种类型浏览器前缀简单分享_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:27:531221browse

css3各种类型浏览器前缀简单分享:
在写此文章的时候,很多css3属性在当前还属于实验性质的,在使用它们的时候,前面通常要加上各个类型浏览器的前缀。
下面就做一下分享罗列:

-webkit-transform:rotate(45deg);/*谷歌和Safari浏览器*/-o-transform:rotate(45deg);/*Opera浏览器*/-moz-transform:rotate(45deg);/*火狐浏览器*/-ms-transform:rotate(45deg);/*IE浏览器*/

关于transform可以参阅CSS3的transform属性总略介绍一章节。

原文地址是:http://www.softwhy.com/forum.php?mod=viewthread&tid=16499

更多内容可以参阅:http://www.softwhy.com/divcss/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn