加载图像边框显示灰色背景彩色div中的一些白色边框

时间:2018-02-12 05:36:56

标签: html css3

我要求在灰色背景彩色图像上显示加载图像。但它看起来很奇怪。如何停止向gif图像显示白色边框

<div style="background:rgba(0,0,0,0.8);height:500px;width:500px;">
	<img src="https://uploads.scratch.mit.edu/users/avatars/10099846.png"/>
</div>

1 个答案:

答案 0 :(得分:0)

此效果来自图像本身,而不是CSS。使用Photoshop并在“存储为Web”对话框中,确保未选择“无光泽”颜色(位于“存储为Web窗口”窗口的右上角)。然后边界应该消失。