引自:http://blog.csdn.net/hewu1122/article/details/50695476
a { -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; }
<style>
body{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a{
outline:none;
-moz-outline-style:none;
}
</style>
其它常见问题:http://www.jb51.net/article/84973.htm