天天看點

ie6下png透明

使用htc

加入black.gif 否則ie6下圖檔會顯示查查

把iepngfix.htc和iepngfix_tilebg.js 放在目錄下

導入js <script type="text/javascript" src="iepngfix_tilebg.js"></script>

設定透明img, div, input { behavior: url("iepngfix.htc") }

使用ie濾鏡會使頁面變形

.p_w_picpath-style { background:url(../p_w_picpaths/paper.png) no-repeat;height:85px;width:420px;_background-p_w_picpath: none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="./p_w_picpaths/paper.png", sizingMethod="scale"); }

ie的濾鏡路徑是指的頁面相對圖檔的路勁 而不是css相對圖檔的路勁

繼續閱讀