ipad中的active失效?
Posted duanzhange
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ipad中的active失效?相关的知识,希望对你有一定的参考价值。
.btn1,
.btn2{
border-radius: 1px;
}
.btn1:active,
.btn2:active{
background-color: #b7e9e9;
}
js:<script>
function shield(){
return false;
}
document.body.addEventListener(‘touchstart‘,shield,false);//取消浏览器的所有事件,使得active的样式在手机上正常生效
</script>
</head>
<body ontouchstart="" onmouseover="">
以上是关于ipad中的active失效?的主要内容,如果未能解决你的问题,请参考以下文章
Active Directory 和 Active Directory LDS 中的字段
带有 Active-MQ 的 Mule 发布/订阅模型。如何在 Active-MQ JMS 中的消息到达时以异步方式调用 tomcat-consumers