by zhangxinxu 2010-01-08 13:52

CSS3 border-image实例效果展示

.border_image{ width:400px; height:100px; border: 1em double orange; -webkit-border-image:url(../image/border.png) 27; border-image:url(../image/border.png) 27; }