详解css3 pointer-events(阻止hover、active、onclick等触发事件来
- 来源:
- 网络
- 收录时间:
- 2021-04-08 11:14:09
- 社会 阅读 4194
摘要:hover,pointer-events,css pointer-events 更像是JavaScript,它能够:。pointer-events: auto | none | visiblePainted | visibleFill | visibleStroke | visible | painted | fill | stroke | all | inherit. pointer-events属性有很多值,但是对于浏览器来说,只有auto和non两个值可用,其它的几个是针对SVG的。auto——效果和没有定义pointer-events属性相同,鼠标不会穿透当前层。),Opera在SVG中支持。