search

Home  >  Q&A  >  body text

编写CSS3样式时,不同的浏览器可能需要不同的前缀。 前缀怎么加?加在什么地方,何时加?

编写CSS3样式时,不同的浏览器可能需要不同的前缀。 前缀怎么加?加在什么地方,何时加?

看透不说透看透不说透2875 days ago1418

reply all(2)I'll reply

  • 数据分析师

    数据分析师2017-09-30 23:54:23

    When writing CSS3 styles, different browsers may require different prefixes. How to add prefix? Where to add it and when to add it? -PHP Chinese website Q&A-When writing CSS3 styles, different browsers may require different prefixes. How to add prefix? Where to add it and when to add it? -PHP Chinese website Q&A

    Let’s take a look and learn.

    reply
    0
  • 迷茫

    迷茫2017-01-10 13:39:02

    由于目前有些浏览器厂商对CSS3的某些属性还得不到完美支持。造成有些属性需要使用各浏览器厂商的前缀,对于你的三个为什么?简单回答如下,前缀加的时候非常简单,目前主要有以下几种:-webkit-、-moz-、-o-和-ms-。如果需要加,都是加在属性的前面,当然有的也要加在属性值前面。

    reply
    0
  • Cancelreply