您的位置:首页 > Web前端 > HTML

PNG 文件在 Internet Explorer 中不显示为透明

2006-10-04 13:39 295 查看

概要

如果您浏览的 Web 页包含背景为透明且格式为可移植网络图形 (PNG) 的图像,则图像背景可能显示为灰色,而不是透明的。

更多信息

使用 PNG 文件的 Web 开发人员可以使用 AlphaImageLoader 筛选器,如以下示例所示:
<html><head></head><body bgColor="blue"><!-- This DIV is the target container for the image.  --><DIV ID="oDiv" STYLE="position:absolute; left:140px; height:400; width:400;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image.png', sizingMethod='scale');" ></DIV></body></html>
 
                                            
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息