Enable CSS active pseudo styles in Mobile Safari

http://alxgbsn.co.uk/2011/10/17/enable-css-active-pseudo-styles-in-mobile-safari/

 

document.addEventListener("touchstart", function() {},false);

  

html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

  

 

posted @ 2015-06-26 23:08  zyip  阅读(218)  评论(0编辑  收藏  举报