不使用li樣式:list-style-type:none;
如果要定義為圖片:
代碼如下:
li{
list-style: url("pre.gif") outside circle;
}
改顏色
代碼如下:
li{
color:#f00;
}
關(guān)于這個(gè)list-style-type的一些語法與參數(shù):
語法:
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 小寫羅馬數(shù)字
upper-roman : CSS1 大寫羅馬數(shù)字
lower-alpha : CSS1 小寫英文字母
upper-alpha : CSS1 大寫英文字母
none : CSS1 不使用項(xiàng)目符號(hào)
更多信息請查看IT技術(shù)專欄