Top "Html-lists" questions

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

CSS list-style-type not working

I have set the list-style-type in CSS, but for some reason it's not showing it.

html css html-lists
<ul> height when containing floating <li>

I have a list: <ul> <li>Number 1</li> <li>Number 2</li&…

html css html-lists css-float
Why should I use 'li' instead of 'div'?

I'm not sure why I need to use ul-li vs simply using divs when listing items. I can make both …

html html-lists
jquery: if ul is empty

Okay I have a jQuery dialog box which has a form in it and I am at my wits end …

jquery jquery-ui-dialog html-lists
Add dropdown arrow indicators to menu items that have submenus only?

I am currently trying to add arrow indicators on my navigation menu for items which have submenu options. Currently I …

css navigation html-lists submenu
How to keep <li> elements on single line in fixed width <ul>?

I've a header div and a menu ul below it. I'd like to accomplish 2 things: 1) the ul should have the …

css html-lists fixed-width
Should I use <ul>s and <li>s inside my <nav>s?

The title pretty much explains it. Now that we have a dedicated <nav> tag, Is this: <nav&…

html html-lists nav
How can I show numbers on an inline ordered list?

I have a list: <ol> <li>Login</li> <li>Address</li&…

css html-lists
HTML + CSS: Ordered List without the Period?

I think the answer to this question is no... but does anyone know of a an HTML/CSS way to …

html css separator html-lists
Best way to manage whitespace between inline list items

My HTML is as follows: <ul id="nav"> <li><a href="./">Home</a&…

html css html-lists navigation-style