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> 

IE下打开ClearType后透明字体问题的解决方法
原文:http://www.jb51.net/web/28141.html