Home >Web Front-end >HTML Tutorial >css针对各个浏览器的前缀是什么_html/css_WEB-ITnose

css针对各个浏览器的前缀是什么_html/css_WEB-ITnose

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

css针对各个浏览器的前缀是什么:
现在写css3代码的时候,为了实现兼容性,需要在前面加前缀以便兼容对应的浏览器。
下面就列举一下前缀的写法:

-webkit//Webkit内核,例如谷歌和Safari浏览器-moz//Gecko内核,例如火狐浏览器-o//Presto内核,例如Opera浏览器-ms//Trident内核,例如IE浏览器

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

更多内容可以参阅: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