标签: jquery css html5 css3 svg
当我点击鼠标光标所在的区域时,应该在点击的区域透明度后面填充颜色。像这样Should be filled like this
不喜欢这个This should not be happend
这是我的代码
img:active{ background-color:red; }
<head> <body> <img src="https://i.stack.imgur.com/15AV4.gif"> </body> </head>