2016-09-23 79 views
-2

我很喜歡css,所以如果我是一個愚蠢的問題,請原諒我。 給出與CSS類和id的圖像,我如何更改列表樣式(列表之前的點,並使他們圓)?如何更改此列表的樣式?

enter image description here

我試圖寫這樣的:

#secondary.widget-area ul { 
list-style-type: square; 
} 

,但它不工作。

回答

0
#secondary.widget-area ul { 
list-style-type: circle; 
} 
1

封閉的圈子:

#secondary.widget-area ul { 
    list-style-type: disc; 
} 

空心圓:

#secondary.widget-area ul { 
    list-style-type: circle; 
} 
-1

添加CSS保證金左:100像素;在#secondary.widget區域UL,如果沒有,可以在selectot問題。