css 滤镜 路径
在ie6处理png透明的代码是:
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=
"scale"
, src=
"xxx.png"
)
其中xxx是相对浏览器的路径,而正常的background是相对于css目录的路径。