滤镜使用之图片透明的css写法
2016-06-26 23:57:05
滤镜使用之图片透明css写法
复制代码代码如下:
html>body .naver_on { width:75px;height:54px;background:url(http://image.wshang-com/index/naver_on.jpg) no-repeat ;}
* html .naver_on { width:75px; height:54px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://image.wshang-com/index/naver_on.jpg");background:none;}
复制代码代码如下:
html>body .naver_on { width:75px;height:54px;background:url(http://image.wshang-com/index/naver_on.jpg) no-repeat ;}
* html .naver_on { width:75px; height:54px; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://image.wshang-com/index/naver_on.jpg");background:none;}
《滤镜使用之图片透明的css写法》阅读地址:http://www.haoshilao.net/620/
已有0条评论,点击查看发表评论