龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > div+css/html >

css 定义png图片为透明背景

时间:2012-12-29 08:41来源:未知 作者:admin 点击:
分享到:
css 定义png图片为透明背景 style type=text/css .logo{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src=http://www.111cn.cn/build/images/2009610233832.png);width:70px;height:23px;} /style 原图
css 定义png图片为透明背景

<style type="text/css">
.logo{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src="http://www.111cn.cn/build/images/2009610233832.png");width:70px;height:23px;}
</style>
原图:<br><img src="http://www.111cn.cn/build/images/2009610233832.png"><br><br>
效果:<div class="logo"></div>

很多时候我们在做一些效果时都要做背景透明是吧,下面我们来看一款利用css的filter:progid:DXImageTransform.Microsoft.AlphaImageLoader实现的背景透明效果吧。


精彩图集

赞助商链接