我尝试使用所有可能的修复程序,我可以搜索。包含; 检查空间、RGBa 解决方案等。但是,似乎没有任何效果。
请告诉以下是否有任何问题
HTML:
<div class="viewReminders" title="View Reminder(s)"> </div>
CSS:
.viewReminders{
background-image: url('viewReminders.jpeg');
background-repeat: no-repeat;
display: inline-block;
float: right;
width: 16px;
opacity: 0.5;
filter: alpha(opacity = 50);
cursor: pointer;
}