App下載
首頁htmlpointer_eventsCSS Property Value - 如何pointer-events: none;

CSS Property Value - 如何pointer-events: none;

我們想知道如何pointer-events: none;

<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
img {
  pointer-events: none;
  cursor: default;
}
</style>
</head>
<body>
  <a >link <img src="http://m.o2fo.com/style/download.png" />
  </a>
</body>
</html>