CSS如何设置边框和边框之间的距离?
发布网友
发布时间:2022-04-23 05:33
我来回答
共1个回答
热心网友
时间:2022-04-06 12:12
嗯,只可以用背景图裁1个可以循环的gif点图,间距自己调,之后在div、table、td你想要加边框的标签上加样式如下:
background:url(../images/topdotted.gif) top repeat-x;
background:url(../images/topdotted.gif) bottom repeat-x;
background:url(../images/sidedotted.gif) left repeat-y;
background:url(../images/sidedotted.gif) right repeat-y;