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 - Vertical line between bullets in an unordered list

How would I go about drawing a vertical line between the bullets in an unordered list, like so: Notice that …

css list html-lists
PHP Array to List

How do I go from this multidimensional array: Array ( [Camden Town] => Array ( [0] => La Dominican [1] => A Lounge ), [Coastal] =&…

php html arrays html-lists unordered
PHP Generate UL LI , UL LI

Can't figure out how-to generate this menu using a while-loop. This is an example of my code: <ul id="…

php html-lists suckerfish
Number nested ordered lists in HTML

I have a nested ordered list. <ol> <li>first</li> <li>second &…

jquery html css html-lists
Is using <li> without enclosing <ul> tags dangerous?

What are the dangers of inserting <li>...</li> into a page without enclosing the item(s) …

html html-lists
Bullets center with unordered list

Does anyone know the CSS that makes the bullet point sit at the top of a multi-line bulleted list? For …

html css html-lists
Filter multiple <ul> lists with jQuery

I have multiple lists on one page (multiple categories of products) like this: <h3>Category 1</h3> &…

jquery filter html-lists multiple-instances
Alternative for having a li inside li element in HTML Form

I am creating a form where in 'Are you affiliated to institution? Y/N' question should show up another small …

html html-lists forms xhtml-transitional
CSS - text-overflow: ellipsis causes <li>'s number to disappear

I'm currently using ellipsis to truncate an order list's items which are more than one line long. However, the li's …

css list html-lists ellipsis
What does overflow: hidden do for ul tag?

I'm creating a multiple column list using the directions from this article: http://csswizardry.com/2010/02/mutiple-column-lists-using-one-ul/ In a nutshell, it …

html css html-lists overflow hidden