Skip navigation.

在公路上爬行

jiang's blog

Posts tagged with "css"

[Tips]list-style-type该应用于那个元素

,

w3.org可以查到list-style-type是

Applies to: elements with 'display: list-item'

而ul默认的display是block,li的display才是list-item。
所以list-style-type因该写li标记的css里面。虽然写在ul标记的css里在IE(7.0b2)下查看也是正常的。
December 2009
S M T W T F S
November 2009January 2010
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31