国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網站 > WEB開發 > 正文

在IE流覽器中正確顯示PNG透明圖片

2024-04-27 13:53:22
字體:
來源:轉載
供稿:網友

png圖片有很好的品質。陰影效果也不會有雜邊,很流暢。假如插入網頁的話可以給網站內容增色不少!更重要的是在不增加圖片容量大小的情況下提高了頁面的圖片的質量。對于有復雜背景,如:在有顏色過度背景上插入不規則邊框的圖片帶來極大很便利!

但目前IE中對于插入的透明背景的.png的圖片是不能正常顯示的。IE會自動給".png"格式的圖片加個灰色背景。

解決這個的方法是增加javascript。具體方法如下:

把下面的代碼放在head區就可以解決問題了。

以下為引用的內容:

<script language="javascript">
function correctPNG()
{
for(var i=0; i<document.images.length; i )
{
var img = document.images[i]
var imgName = img.src.toUpperCase()
if (imgName.substring(imgName.length-3, imgName.length) == "PNG")
{
var imgID = (img.id) ? "id='" img.id "' " : ""
var imgClass = (img.className) ? "class='" img.className "' " : ""
var imgTitle = (img.title) ? "title='" img.title "' " : "title='" img.alt "' "
var imgStyle = "display:inline-block;" img.style.cssText
if (img.align == "left") imgStyle = "float:left;" imgStyle
if (img.align == "right") imgStyle = "float:right;" imgStyle
if (img.parentElement.href) imgStyle = "cursor:hand;" imgStyle
var strNewHTML = "<span " imgID imgClass imgTitle
" style=/"" "width:" img.width "px; height:" img.height "px;" imgStyle ";"


"filter:progid:DXImageTransform.Microsoft.AlphaImageLoader"
"(src=/'" img.src "/', sizingMethod='scale');/"></span>"
img.outerHTML = strNewHTML
i = i-1
}
}
}
window.attachEvent("onload", correctPNG);
</script>

也可以把這段代碼單獨加在一張圖片上:

 

 

以下為引用的內容:

<span
style="filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='male.png',sizingMethod='scale');"></span>

 

 

 

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 措勤县| 阳江市| 武冈市| 澄城县| 鄯善县| 龙陵县| 新营市| 黄梅县| 大邑县| 威宁| 新余市| 师宗县| 威远县| 定西市| 铜川市| 兴山县| 绩溪县| 平安县| 安仁县| 周宁县| 望都县| 吉木萨尔县| 灵川县| 沅江市| 喀什市| 合肥市| 仁寿县| 紫阳县| 铁岭县| 濉溪县| 文昌市| 县级市| 通道| 桃园市| 遂溪县| 麻城市| 东乡族自治县| 同仁县| 民勤县| 乌兰察布市| 靖安县|