移动端去掉a标签点击时出现的背景框

之前做移动端的Portal时,手机上测试,点击a标签总是出现一个背景框

在CSS中添加 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);就可以了

做移动端的,可以试试,我好久不做移动端了... ... 

 

a:active{

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

}

posted @ 2016-08-02 13:23  无力的地球  阅读(3412)  评论(0编辑  收藏  举报