修正透明度在IE和在firefox hack

<div style=" 
width:100%;background:red;color:#000; 
filter:alpha(opacity=20);-moz-opacity:0.2;"
> 
透明度,在IE(N)和在firefox中均显示正常 
</div> 

 

 

filter 是IE专有属性

-moz-opacity 是FF专有属性

如果不给它加宽度或高度的在IE里透明度也是显示不正常

posted @ 2009-03-24 13:15  朝夕  阅读(302)  评论(0编辑  收藏  举报