rss· 投稿· 设为首页· 加入收藏· 繁體版
当前位置: 火魔网 » 程序开发 » html/css

CSS滤镜描边加背景

<style>
td{
width:expression(this.childNodes[0].clientWidth + "px");
height:expression(this.childNodes[0].clientHeight + "px");
background:url("http://desk.blueidea.com/DESK/16001200BZ/VectorAutumn/225/VectorAutumn014.png") repeat-x;width:225px;height:168px;
}
a {text-decoration:none;
position:absolute;
color:white;
filter: glow(color=#ff0000, strength=2);
}
</style>
<table><tr><td><a href="#">IE的同个元素的滤镜效果和背景是不相容的,二者只能取其一;达到你想要得效果,需添加额外标签。
</a></td></tr><td>
顶一下
(0)
踩一下
(0)