Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以为透明图像设置背景颜色?(只有图像会有背景色)
如果我理解正确,你可以这样做:
<img src="image.png" style="background-color:red;" />
事实上,您甚至可以将一个整体background-image应用于图像,从而产生两个“层”,而无需浏览器中的多背景支持;)
background-image