Top "Html-lists" questions

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

horizontal scrollbar for ul

For some reason, I can't prevent the UL and it's LI's from wrapping. I want the UL's width to be …

html css scrollbar html-lists
How to remove all li elements inside an ul except the first and the last elements using jQuery?

I have a <ul> element. How can remove all the <li> elements inside it, except for …

jquery html html-lists
HTML + CSS: Numbered list with numbers inside of circles

I'm trying to create an ordered list in CSS + HTML that looks like this: I can't for the life of …

html css geometry html-lists
Increase size of list-style-bullet type

Is there a way to increase the size of just the bullet list-style-type using CSS? I don't want to increase …

css html-lists
Text Separators for LI Elements

I'd like to add a forward slashes ('/') between my li elements, but I'm not sure of the best …

css html-lists
Center unordered list in DIV

First of all, I know this question has been asked a MILLION times...and I've looked at this one specifically …

css html html-lists centering
HTML5 UL LI Draggable

I have an unordered list: List item 1 List item 2 List item 3 List item 4 List item 5 Implemented with this code: <…

html drag-and-drop html-lists draggable
How to check if a list is ordered?

I am doing some unit tests and I want to know if there's any way to test if a list …

c# unit-testing list html-lists
Horizontal Menu with Vertical Submenu (HTML/CSS Only)

I'm having a difficult time trying to make my submenu vertical instead of horizontal. Any help would be much appreciated. …

html css html-lists horizontallist
How to distribute HTML list items evenly in an unordered list

I want my li elements that form a horizontal menu to be distributed evenly across the width of my ul …

css css-float html-lists spacing