by zhangxinxu 2010-01-08 19:50

CSS3 border-image应用实例之圆角效果

使用图片:
圆角效果
.border_image{ width:100px; border:double gray 10px; border-image:url(../image/rounded_corner.png) 20 fill; text-align:center; color:white; }