css li 去掉點的樣式寫法

來源:互聯網
上載者:User

css li 去掉點的樣式寫法,其實就是利用css的list-sytle樣式來實現的。

li{ list-style: url("pre.gif") outside circle; }
直接變色 li{ color:#f00; }
關於這個list-style-type的一些文法與參數:
文法: 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 預設值。實心圓
circle :  CSS1 空心圓
square :  CSS1 實心方塊
decimal :  CSS1 阿拉伯數字
lower-roman :  CSS1 小寫羅馬數字
upper-roman :  CSS1 大寫羅馬數字
lower-alpha :  CSS1 小寫英文字母
upper-alpha :  CSS1 大寫英文字母
none :  CSS1 不使用項目符號

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.