IE下打开ClearType后透明字体问题的解决方法
网站建设 2021-07-03 09:08www.dzhlxh.cn网站建设
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>
<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>
上一篇:前端开发中一些常用技巧总结
下一篇:简明网页设计理念 颜色搭配