css safari-only hack

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css safari-only hack相关的知识,希望对你有一定的参考价值。

/*this doesn't seem to work anymore:*/

::i-block-chrome,.myClass {
  color:blue;
}

/* this one does */
/* http://seanamarasinghe.com/developer/html/safari-css-hacks/ */

_::-webkit-:not(:root:root), .safari_only {
  color:#0000FF;
  background-color:#CCCCCC;
 
}

以上是关于css safari-only hack的主要内容,如果未能解决你的问题,请参考以下文章

CSS Hack技术介绍及常用的Hack技巧集锦

CSS Hack技术介绍及常用的Hack技巧集锦

CSS Hack技术介绍及常用的Hack技巧集锦

CSS hack大全&详解(什么是CSS hack)

css hack

css 旧浏览器CSS Hacks by http://www.frontendevelopers.com/old-browser-css-hacks/