posts - 431,  comments - 344,  trackbacks - 0
li {
 display: inline;  //让所有的在一行
 list-style-type: none;
}

list-style-type的值可以为:
disc Default. Solid circles.
circle Outlined circles.
square Solid squares.
decimal 1, 2, 3, 4, and so on.
lower-roman i, ii, iii, iv, and so on.
upper-roman I, II, III, IV, and so on.
lower-alpha a, b, c, d, and so on.
upper-alpha A, B, C, D, and so on.
none No marker is shown
posted on 2007-11-22 21:37 周锐 阅读(436) 评论(1)  编辑  收藏 所属分类: CSS

只有注册用户登录后才能发表评论。


网站导航: