标签: html css image
我必须用html代码显示透明的png图像。我不必在页面上显示图像的透明部分。
<div class="col-lg-3" style="background-color:grey"> <img src="img/brand.png" width="100" height="100" class="img-responsive" alt=""/> </div>
我只会显示图像的非透明部分,并显示主div的背景而不是透明部分。意味着我想要隐藏图像的透明部分。