我想知道是否有可能让背景图像在某个div中的所有html img之上(就像一种掩码)
我试过了:
#content img{ position:relative; background-image:url('./images/image-mask-2.png'); z-index:100; }
html css
css ×1
html ×1