div里面的字体设置为透明的
样式文件:div {filter:Alpha(opacity=0); -moz-opacity=0; opacity=0; background:red; zoom:1;}
页面:<div><span>1</span></div>