标签:style os io ar 文件 on ad ef c
在写CSS的时候我们习惯在头部写
*{
margin:0px;
padding:0px;
}
或者,引入reset.css文件中。但是这个文件中也有对常用元素的边距置零的设置;
原因就在这个地方,默认li的list-style-position:outside,但是padding-left为0,所以,列表项就没有地方可以显示,如果padding-left设置为30px左右的话,就可以看到;
标签:style os io ar 文件 on ad ef c
原文地址:http://www.cnblogs.com/bjchenxn/p/3939873.html