by zhangxinxu 2010-01-08 19:50

CSS3 border-image应用实例之多边框效果

使用图片:
多边框效果
.border_image{ width:100px; -moz-border-image:url(../image/border_round.png) 20; -webkit-border-image:url(../image/border_round.png) 20; border:double gray 20px; text-align:center; }