Top "Html-lists" questions

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

Make ul increase width as per the content

I am having superfish menu implemented in this site If you hover over the product menu, the drop down will …

css drupal html-lists superfish
ordered list two column flow

anybody know of a preferably css only technique for getting an ol to flow into two columns if it is …

html css layout html-lists two-columns
CSS overflow:hidden hiding a list's bullets?

I've just noticed something funny. Let's say I have a HTML list: <ol> <li>Lorem</…

html css overflow html-lists
a C++ hash map that preserves the order of insertion

I have the following code: #include <iostream> #include "boost/unordered_map.hpp" using namespace std; using namespace boost; …

c++ unordered-map html-lists multi-index
Float image right within li of ol, text left, works in Chrome, not IE/FF

I would like to have an ordered list that has the text on the left and an image for each …

css image html-lists css-float listitem
Can you count a particular class with CSS?

Lets say I have a simple list like so: <ol> <li class="count">one</li&…

html css html-lists css-counter
jQuery - Count list children not containing div with class

I have a simple js script that counts the number of children an unordered list has. I'm trying to change …

jquery html-lists jquery-traversing
Nesting heading tags within li tags

Is it ever acceptable to nest heading tags within list item tags within the HTML5 nav element in an effort …

html html-lists nav html-heading
How do I sort a collection of Lists in lexicographic order in Scala?

If A has the Ordered[A] trait, I'd like to be able to have code that works like this val …

sorting scala html-lists lexicographic
jQuery animate height to auto

I have a ul with an height of 125px. When a user hovers the ul i want that the height …

jquery height html-lists expand