5个回答
展开全部
border-bottom: 1px dotted #000;这是一种方法,还有一种方法就是使用背景图片例子如下:
.showLine {
float:left;
height:10px;
width:100%;
border:0;
background:url(/images/xian.png) center bottom no-repeat;//此处为做好的点线图
}
.showLine {
float:left;
height:10px;
width:100%;
border:0;
background:url(/images/xian.png) center bottom no-repeat;//此处为做好的点线图
}
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
实现方法有好几种,一种是css里面加 {border-bottom: 1px dotted red;} 还一个就是用图片来,{background:url(/images/bg.png) repeat-x}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
border-bottom: 1px dotted #000;
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
在css中设置每一行底部的边框样式:
#(这里填table的id) tr{
border-bottom: 1px dotted #B0AEB1;
}
#(这里填table的id) tr{
border-bottom: 1px dotted #B0AEB1;
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询