不使用li樣式:list-style-type:none;
如果要定義為圖片:
代碼如下:
li{
list-style: url(pre.gif) outside circle;
}
改顏色
代碼如下:
li{
color:#f00;
}
關(guān)于這個(gè)list-style-type的一些語(yǔ)法與參數(shù):
語(yǔ)法:
list-style-type : disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none | armenian | cjk-ideographic | georgian | lower-greek | hebrew | hiragana | hiragana-iroha | katakana | katakana-iroha | lower-latin | upper-latin
取值:
disc : css1 默認(rèn)值。實(shí)心圓
circle : css1 空心圓
square : css1 實(shí)心方塊
decimal : css1 阿拉伯?dāng)?shù)字
lower-roman : css1 小寫(xiě)羅馬數(shù)字
upper-roman : css1 大寫(xiě)羅馬數(shù)字
lower-alpha : css1 小寫(xiě)英文字母
upper-alpha : css1 大寫(xiě)英文字母
none : css1 不使用項(xiàng)目符號(hào)