list-style:這個屬性是設定列表樣式的乙個快捷的綜合寫法。用這個屬性可以同時設值列表樣式型別屬性(list-style-type),列表樣式位置屬性(list-style-position)和列表樣式屬性(list-style-image)。示例**如下:
ul list-style-type :列表樣式型別屬性,有:
• disc (預設值,黑圓點)
• circle (空心圓點)
• square (小黑方塊)
• decimal (數字排序)
• lower-roman (小寫羅馬字排序)
• upper-roman (大寫羅馬字排序)
• lower-alpha (小寫字母排序)
• upper-alpha (大寫字母排序)
• none (無列表項標記
list-style-position
列表樣式位置屬性(list-style-position)有兩個值:
• outside (以列表項內容為準對齊)
• inside (以列表項標記為準對齊)
list style-image
列表項標記可以用來表示,用列表樣式屬性(list-style-image)來設定。
ul
注意:ul是html中列表標籤,
CSS列表樣式屬性
列表樣式型別屬性 list style type 這個屬性用來設定列表項標記的型別。有以下值 disc 預設值,黑圓點 circle 空心圓點 square 小黑方塊 decimal 數字排序 lower roman 小寫羅馬字排序 upper roman 大寫羅馬字排序 lower alpha 小...
css列表樣式
css列表樣式 1.list style type 設定列表項標誌的型別 1 無序列表 none 無標記 去除預設的圓點 disc 實心的圓點,circle 空心的圓點,square實心的方塊 2 有序列表 none 無標記,decimal 從1開始的整數,lower roman小寫羅馬數字,upp...
CSS樣式屬性
position用來設定元素的定位型別,有absolute 絕對定位 relative 相對定位 static 靜態定位,預設值 fixed 固定定位 四種。static 預設。位置設定為 static 的元素,它始終會處於頁面流給予的位置 static 元素會忽略任何 top bottom lef...