Top "Html-lists" questions

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

How do I center align the items in my menu?

How do I center align the items WITHIN in my menu? (The lis) I managed to center the menu (ul) …

html css menu html-lists nav
jQuery Find number of items per row in floated li's

Is there a way to find number of items (li tag) inside a ul which has it's float: set to …

jquery css-float html-lists loops
Using jQuery to re-order and animate list items?

So, I've got a list of items, something like: <ul id="listHolder"> <li id="l1">List …

javascript jquery html jquery-animate html-lists
Angular2 UL/LI JSON-tree recursive in ngFor

I'd like to convert JSON-trees into unordered lists in Angular2. I know the recursive directive solution from Angular1 and I …

json tree html-lists angular
Text values for list-style-type CSS property, how?

I'd like to customize the way items of unordered lists are presented. I know I can use list-style-type to change …

jquery html css html-lists listitem
Sorting html ul/li list in alphabetical vertical blocks

Here's a problem I run into every now and then, that I usually try and solve from a back end …

css html-lists alphabetical
Ordered list showing all zeros in IE9

I have an <ol> (ordered list) and in FF, Safari, Chrome it is rendered correctly. However in IE9 …

html internet-explorer-9 html-lists
HTML/CSS multilevel nested lists numbering

Is there a way to achieve the below numbering using straight HTML and CSS lists (<ul> or <…

html css html-lists nested-lists
CSS: Last element on line

I've got an unordered [inline] list of links that wraps across two lines: <ul> <li><…

html css css-selectors html-lists
Horizontal Centering of Multi-Line List Items in Unordered List

I have an unordered list that wraps onto a second line, and needs to be centered horizontally within the containing …

css list centering html-lists