×

IE6下,实现边框透明

天外来信 天外来信 发表于2013-05-31 11:55:11 浏览4076 评论0

抢沙发发表评论

.test {
border-style:
solid;
border-width:
4px;
border-color:
transparent transparent red transparent;
margin:
50px 0 0 100px;
width:
100px;
height:
100px;
_border- color: tomato tomato red;
_filter:
chroma (color=tomato);
}

评论列表

访客