问答详情
源自:3-12 企业网站制作之新闻中心制作(三)

margin-bottom:1px dotted #CCC;为什么没有出现点划线呢?

请教:

.news_list li

{

list-style-type:none;

background:url(images/list.jpg) no-repeat;

margin:8px;

padding-left:10px;

margin-bottom:1px dotted #CCC;

}

为什么没有出现点划线呢?

提问者:一起走到 2015-06-07 14:38

个回答

  • Y_du
    2015-06-11 15:13:32

    应该是 border-bottom: 1px dotted #CCC;吧!margin-bottom是设置间距的怎么会出现点划线了?