Top "Html-lists" questions

Used for ordered and unordered lists and their list items in HTML, and also any list styles applied to them.

Html ordered list 1.1, 1.2 (Nested counters and scope) not working

I use nested counters and scope to create an ordered list: I expect the following outcome: 1. one 2. two 2.1. two.one 2.2. …

html css html-lists
How do I hide the bullets on my list for the sidebar?

This is a WordPress site, the classes/ID's are generated, I can't just go in and add a class. Yes, …

css html-lists
Stretch horizontal ul to fit width of div

For the main nav of my site, there is a 980px wide div with a ul for the main nav …

css layout html html-lists
How can I disable a specific LI element inside a UL?

I have a menu which is a <ul>. Each menu item is a <li> and currently …

javascript css html-lists listitem
Is there a way to make numbers in an ordered list bold?

Is there any CSS selector to attach some style to the numerical part of an ordered list only? I have …

css html-lists
How can you customize the numbers in an ordered list?

How can I left-align the numbers in an ordered list? 1. an item // skip some items for brevity 9. another item 10. notice …

html css html-lists roman-numerals
Reducing the gap between a bullet and text in a list item

How can I reduce default gap between bullet and text in an <li>? Item 1 Item 2 Item 3 I want …

css html-lists
How do I make a newline after a twitter bootstrap element?

I apologize because this seems like such a simple thing. What's the correct way to insert a newline in a …

html twitter-bootstrap css-float html-lists clearfix
UL has margin on the left

For some reason in my footer there's a space to the left of my ul so it isn't lined up …

css html-lists space
how do I get the bullet points of a <ul> to center with the text?

When I try to center a <ul> the text in the <li> centers but the bullet …

html css html-lists