+ -
当前位置:首页 → 问答吧 → 怎么在页面中插入png图片

怎么在页面中插入png图片

时间:2011-05-16

来源:互联网

怎么在页面中插入png图片?
首页中需要加一个背景透明的图片,加了这段代码但是页面显示有问题,不知道是哪里出问题了
<style>
.png{background:url(index.png);}
* html .png {background:none; filterrogidXImageTransform.Microsoft.AlphaImageLoader(src='index.png');}

</style>

作者: sn307474157   发布时间: 2011-05-16

是重复的图片吗?png滤镜在ie6下重复有问题。

作者: sivan   发布时间: 2011-05-16