IE下打开ClearType后透明字体问题,解决办法为透明元素加上背景。 <div style="FILTER: alpha(opacity=50); width: 500px; height: 30px; font-size: 20px;">abc中文</div> <div style="FILTER: alpha(opacity=50); width: 500px; height: 30px; font-size: 20px; background: #fff;">abc中文</div> 相关文章: 2021-08-02 2022-12-23 2021-11-20 2022-12-23 2021-10-17 2022-12-23