标签:
一、定义图片边框
方法1:
border-style:dotted(点划线)|dashed(虚线)|solid;
border-color:参数;
border-width:数值;
方法2:
border:style(必须放在第一个位置) color width;
方法3:
border-left-style:solid;
border-right-color:#cacece;
border-bottom-width:2px;
方法4:
border-style:dotted solid dashed double;(上 右 下 左)
border
标签:
原文地址:http://www.cnblogs.com/helloyyn/p/4437813.html