Tagged Questions

Refers to the <li> HTML tag, which stands for "list item". <li> tags are used to surround individual items within <ul> and <ol> elements.

learn more… | top users | synonyms

11
votes
8answers
26k views

Changing CSS for Last li

I am wondering if there is some way to change a css attribute for the last li in a list using CSS. I have looked into using :last-child, but this seems really buggy and I can't get it to work for me. ...
10
votes
2answers
7k views

HTML list-style-type dash

Is there a way to create a list-style in HTML with a dash (i.e. - or – &ndash; or — &mdash;) i.e. <ul> <li>abc</li> </ul> Outputting: - abc It's ...
8
votes
4answers
275 views

Remove li tags using javascript array

I'm searching a solution to remove <li> tags filtered using javascript array. Array: var mygroups=["1","8","3","4","5"] Example (input): <li><div>1 ...
7
votes
3answers
404 views

IE7 <li> bullet or number shown outside of div

I'm having issues with the IE7 list element bugs. The bullets (or numerals) of and are being shown outside of the margin. How do I fix this for IE? From what I've read this seems to be a problem ...
7
votes
6answers
10k views

Control Height of <li> in IE 7

I have a menu built with <ul> and <li> tags. I want to have small separators between sections. For the separators, I just set a background color and a short height on an <li>. Looks ...
6
votes
4answers
1k views

How to get the first element of IEnumerable

Is there a better way getting the first element of IEnumerable type of this: foreach (Image image in imgList) { picture.Width = (short)image.Columns; picture.Height = (short)image.Rows; ...
5
votes
2answers
47 views

li float vs display: inline

Is there a best choice out of float: left or display: inline for aligning list items horizontally? eg: http://www.vanseodesign.com/css/simple-navigation-bar-with-css-and-xhtml/ Personally I dislike ...
5
votes
4answers
100 views

<li> elements with adapted width

I'm wondering if it is possible to do this in CSS, without javascript: A list of N <li> items, with display inline, equal width, and the width of the all equal to the width of the container I ...
5
votes
6answers
3k views

How to define the Color of Bullets in UL/LI Lists via CSS, WITHOUT using any image bullets or any span tag?

Dear folks, imagine a unsorted list: li items as children nested inside ul tags Now, I have defined the bullets to be square shaped via list-style:square; however, if I set the color of the li items, ...
5
votes
6answers
845 views

Why is it common to create toolbar with tag <UL> and <LI>?

I found that quite a few "toolbar" in web page is implemented with HTML tag UL and LI with style "float:left". Fore example, with the help of FireBug it is easy to find this pattern in ...
4
votes
1answer
73 views

Why is <li> padding being interpreted different on Mac?

I have a wrapper, then ul, then li with padding and left float. In Mac Firefox and Safari, the last <li> child moves to the next line. I’m using margin auto and a reset. It renders fine on PC ...
4
votes
5answers
68 views

List style type decimal after the actual content of the li

This is probably impossible but I have to ask. Lets say I have a list: <ul> <li>hello world</li> <li>hello world</li> </ul> If I use the css: .list { ...
4
votes
4answers
215 views

Getting text values of li (without text in nested items)

<ul> <li class="item-i">AI</li> <li class="item-ii">AII <ul class="level-2"> <li class="item-a">A</li> <li ...
4
votes
3answers
696 views

JQuery - $('#test ul > li').index(2).hide(); - possible?

Can I work with the index value so easily? I think using the natural index values is better then using classes. I want to use the .index in that way. Html <div id="test"> <ul> ...
3
votes
1answer
44 views

Get first n elements of each parent in jQuery

If a page has many ul lists with various children, is there an easy way to only show the first five for each ul item, for instance? I know I can give each ul tag a unique id and then do like ...
3
votes
4answers
340 views

HTML List First-Line indent only

im trying to achieve something that i thought it was easy, but the reality is cruel. I have a simple list item 1 item 2 I'm trying to get the following result: when the text is longer than the ...
3
votes
2answers
201 views

Need help with this code on jQuery onmouseout of a ul element

I have created a navigation using <UL> and <LI>. On moving out of the navigation<UL> I want to do something. The code that I have written is below. Please help me with ...
3
votes
2answers
237 views

How to use the index of one <li> in identifying a corresponding <li>

Been working on this problem and I am frustrated with not having a solid comprehension on how to create a pointer and instantiation of a pointer via jQuery. I have two lists: <div ...
3
votes
4answers
329 views

Dynamically writing out li with jquery. Element is not clickable after being written

I have have a a function that when a checkbox is checked i dynamically write out an li into a ol that is empty. Code: $(":checkbox").click(function() { var checkedState = ...
3
votes
2answers
441 views

CSS list menu rollover padding / margin

im wondering if anyone could please help me with a css / html issue. I have a complex background image. The menu div is positioned at the correct location to overlay the background where it is ment ...
3
votes
3answers
4k views

JQuery ul li select list

Trying to use JQuery to scroll through a ul li list using class next and class prev e.g. <ul class="selectoption"> <li> Item 1</li> <li> Item 2</li> <li> ...
3
votes
4answers
2k views

Having line breaks between <li>s

I have a horizontal menu consisting of <li> elements with display: inline. The elements are supposed to be next to each other seamlessly. In the source code, I would like to have each li on ...
3
votes
10answers
6k views

Center <ul> <li> into div

After some search, I did not find a proper way to center a list of <li> into a fixed width div... any solution there ? -- take a look at the page.. dont work !
3
votes
4answers
379 views

Getting rid of li last item counter

I have a annoying problem .. I want my first 4 items in a list to be numbered but I wanna leave fifth item out of numbering .. here is my css : #alternate_navigation ol { display:block; ...
2
votes
1answer
35 views

Firefox not displaying a horizontal list properly

I'm creating a gallery site for a friend. The galleries should be displayed in a horizontal list, and should overflow so it can scroll left to right. It works fine in Chrome, but displays vertically ...
2
votes
2answers
22 views

Border in unordered list doesn't fit the whole width of the div

I'm making a vertical unordered block list (inside a div), in which I have a border under each li. But somehow the borders don't fit the whole width of the div. I guess the ul has to exactly fit in ...
2
votes
4answers
44 views

Place div on top of a <li> and <a> without moving their position

I am trying to place a circlular div (border-radius:85) on top of a <li><a></a></li> to make something like this: Now making it on only one box its kinda working although ...
2
votes
2answers
29 views

Extend the backgroung-image on a <li>

I have some unordered list, and made it so it shows up a background image on the li if the cursor is hovering it: <div class="sidebar"> <ul> <li>test</li> ...
2
votes
1answer
127 views

jQuery build breadcrumb nav links from list structure

i have been modifying a snippet found on jsfiddle that creates breadcrumb links from an html ul nav structure: working example: http://jsfiddle.net/pseudorad10/WpRMd/3/ trying to get working ...
2
votes
7answers
73 views

Add & remove multiple classes with jQuery

<div id="siteFeelingBannar" class="shadowVeryMild"> <ul> <li><div class="autologinImage"></div><span ...
2
votes
2answers
50 views

Order ul list by span content

I am really lost with trying to order an ul list by the span in the li. I have this next structure <ul id="videosList"> <li class="response1"><a href="link"><img src="moon" ...
2
votes
4answers
61 views

Insert a <li> inside an empty <ul> or to the bottom if <li> exists with jQuery

I had a look around and (strangely) couldn't find this being asked before, so apologies if this is a duplicate. I have an unordered list with the class .attachments, if it has no list items inside of ...
2
votes
1answer
75 views

Javascript function works correctly 8 times, then every other time

I have a javascript function that I am trying to add to my document, to give it a sense of being updated in real time. It is an AJAX call to my MVC controller which returns a JSON result and adds it ...
2
votes
2answers
339 views

How to add <li> elements dynamically using jQuery (mobile) as listview

I'm trying to get jQuery (mobile) to add new <li> elements to a <ul> which has data-role set to "listview" Here's the html: <div data-role="page"> <header ...
2
votes
4answers
59 views

How can I change the background of a selected li in jquery?

I have an unordered list with a bunch of list items. I am setting the background of the selected <li> in its click: $(this).animate({ backgroundColor: '#0000FF' }, 'fast'); When I ...
2
votes
1answer
63 views

CSS rollover - hover problems?

I'm having some trouble with a rollover.. hoping you can help me! I'm using li navigation, and I want to have separate boxes linking to different pages. This part is fine and works like it should. I ...
2
votes
2answers
50 views

variables and jquery: how capture value (part 1)

I must capture a value in a <ul><li> list. I do so: function capture(){ $('#country_list li a').mouseover(function(a){ $(this).addClass('selected'); var $regionMap = '#'+ ...
2
votes
1answer
48 views

li increment - seems to stop at the third li

getting my head around javascript in adding an auto increment id for a list-item <script type="text/javascript"> var increments = document.getElementById("increment"); var li = ...
2
votes
3answers
99 views

Less painful way to add a different icon to each link on a <li> (html list)

take a look of this: http://jsfiddle.net/PFQke/ I want to add some icons to that menu system in a smart way, im not a front-end developer, so i suck at css. This is what i like to have: Thanks ...
2
votes
2answers
42 views

Removing empty ULs

I need to remove empty ULs and those LIs which contains empty ULs so I use this script $("ul").each(function() { var elem = $(this); if (elem.children().length == 0) { ...
2
votes
3answers
143 views

php - Foreach - Wrapping <li> </li> with two results inside, then repeating.

Working with php - Im trying to run a "foreach" on an array, but i want to wrap every two results in li tags. Output will look like this. <li> <div>result 1</div> ...
2
votes
2answers
290 views

align ul inside li in one line

I'm trying to make some li's work and can't figure out the following: 1) for example: <ul> <li> very long element</li> <li> short </li> </ul> is it possible with ...
2
votes
1answer
79 views

ListItem disc displaying at vertical bottom

I have a couple un-ordered lists on my page. Both lists use list-style: disc inside;. Each list's list-items have a couple div's inside them. The problem is that the list-item's content takes up ...
2
votes
2answers
64 views

Traversing hidden li elements

I need to add classes to li items in a ul #colorlist at specific places. So every 15th li item becomes one class, every 16th becomes another (the 15th needs a rollover to flip around and the 16th is ...
2
votes
3answers
350 views

(Adding and) Removing list items with JavaScript / jQuery

I am almost a noob at JavaScript and jQuery, (so I apologize if I didn't recognize a suiting answer to my question, in similar posts). Here is the thing. I have a list with lots of stuff in each list ...
2
votes
3answers
478 views

Trying to use json file and Getjson to populate <li> with img src

This is what I have so far. I'm trying to parse json file and grab img path and width get the return for each record in GETJson json and append to "Gallery" Inside an unordered list with a class ...
2
votes
2answers
99 views

lists are shown as blocks instead of inline-block

I have a <ul id="slide-holder"> which contains several <li class="slide">. css: #slide-holder{ position:absolute; width: 720px; height: 540px; background-color:#FFF; ...
2
votes
4answers
282 views

CSS using images instead of bullets

I want to use three different images instead of bullets to create a lisli>t Example: <ul> <li>The dog is big</li> <li>The dog is small</li> <li>The ...
2
votes
4answers
1k views

What are the allowed tags inside a <li>?

I have been searching for the list of tags that are available inside a <li></li> but couldn't find any reference. Is it possible that any standards compliant HTML 4 + block is allowed in ...
2
votes
2answers
586 views

jQuery - Remove class from any <li> that wasnt just clicked

Lets say i have list like this... <ul> <li class="one">One</li> <li class="two">Two</li> <li class="three">Three</li> </ul> ...and i want to be ...

1 2 3 4 5 8