<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.noSelect {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
img {
height: 5em;
width: 5em;
}
</style>
</head>
<body>
<img class="noSelect" src="http://m.hgci.cn/style/download.png" />
<img src="http://m.hgci.cn/style/download.png" />
</body>
</html>