IE下打开ClearType后透明字体问题的解决方法
2016-06-26 23:57:24
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>
《IE下打开ClearType后透明字体问题的解决方法》阅读地址:http://www.haoshilao.net/690/
已有0条评论,点击查看发表评论