Used for ordered and unordered lists and their list items in HTML, and also any list styles applied to them.
0
votes
3answers
31 views
Adding <li> to an <ul> based on categories in a select list using jQuery
I have a bunch of <ul> on a page with <h2> just above each one that is a category name. I am going to use PHP to populate the select list with each category name as an <option>, but ...
0
votes
1answer
48 views
li,ul class objects won't adjust
I'm using the pseudo slider jquery and I'm trying to get the <div/> to stretch. Here is what i have:
<div style="position:relative;">
<div id="slider">
<ul>
...
0
votes
2answers
29 views
ul li display block trouble
So i have two different ul lists:
<div class="features">
<ul>
<li>
<ul>
<li>quantity</li>
<li>
...
0
votes
1answer
13 views
navigation buttons li span width
I have a nav containing inline block li's. Each li contains two block span elements so it animates on rollover. My issue is with the centre alignment and spacing of the li navigation. I don't want to ...
-1
votes
4answers
32 views
Jquery - how get value ul when click on li?
Good day.
I have ul list on my page.
me need get value ul when i click on li.
Html:
.ddlist {
position: absolute;
width: 316px;
display: none;
background-color: #fff;
border: 1px solid #ccc;
...
0
votes
0answers
26 views
jQuery plugin replaceElements replaces all Elements over the whole document
I like to replace an ul-li-list (ul#menu) in div-p-"list" (div#menu). That means that ul becomes div and li becomes p-tag.
Problem: The Plugin I have found replaces all ul-li-lists all over the ...
0
votes
4answers
44 views
Nested CSS classes in li/ul
I have a nested li and they have specific classes. I am having issues with the nested classes. Despite the specific class, the styling is that of the class of the parent:
<ul>
<li ...
0
votes
1answer
14 views
List sending to another website and remember the link
Hello i have made a list in lets say Homepage website the idea is that when i choose an option it will send me to page with name Pages.htm and i want to remember the choise of the li.
Homepage
...
0
votes
0answers
46 views
ASP display subcategories with similar categories using repeater
I'm trying to build a large menu with div's for each "Category". In each div the H3 is based on the "Category" that I'm pulling from a SQL table. Under the will be a with list items that are ...
1
vote
3answers
36 views
Ordered list with images to the right of each list item
I would like to create an ordered list with a few icons to the left of each list item. I would like the layout to look like this
<image1><image2> 1. Lorem Ipsum
...
0
votes
0answers
27 views
Adding Dynamic navigation link with PHP for Buddypress/Wordpress
I am trying to add a dropdown navigation for my buddypress/wordpress site that has a dynamic link that goes to the blog of the user that is logged in.
I want this link to appear in a subnav of a "My ...
0
votes
1answer
15 views
footer width li inline-block
Hello I am making a footer:
<div id="footer">
<ul>
<li id="qualifications">
<h4>Professional qualifications</h4>
...
1
vote
6answers
38 views
How to remove a border?
I have a relatively straight forward question. I want to edit a specific portion of my list, but I'm not sure how to format the CSS. Here's the code:
<ul class="upcoming">
<li ...
1
vote
1answer
35 views
How can I apply text attributes to text in a list in CSS
I'm trying to write the CSS to color the text (bullets AND text) of an HTML list.
I have found the list bullet attributes, but nothing to address the text in the list. How and where should I apply ...
0
votes
1answer
41 views
.animate jQuery function not working
I have searched the solution to the following. I'm trying to animate list items using jQuery. Here's my script:
$(document).ready(function() {
$('li').hover(function() {
...
4
votes
4answers
108 views
how to stop this irritating css behaviour
Here is a jsfiddle link: http://jsfiddle.net/qrzwD/
i just dont like my second li to move upward after the animation completes.
can someone help me to stop this.
here is my html:
<nav>
...
1
vote
2answers
39 views
Add a line break after group of CSS pseudoclasses
How can I get a line break to be inserted after each group of two list elements? It doesn't necessarily need to be a HTML <br />, but just something to move the next two elements to the next ...
0
votes
3answers
36 views
Dynamically changing UL style
I'm having an unordered list with a few "li" elements. The idea is to highlight the current "li" which is currently in focus(onhover).
Using some code like this
li[i].onmouseover = function() {
...
0
votes
0answers
37 views
html ordered listing shows 0
I am creating an ordered list here the elements are added dynamically. I am using the jquery ui stuffs to make the li sortable and draggable. The issue is in IE9, all the li shows 0. When I click or ...
2
votes
2answers
46 views
IE9 Dropdown menu - Filter bug
I have a dropdown menu which works fine in all modern browsers, but there are some weird things happening in IE9. The dropdown appears transparent or invisible in some way, but its box-shadow is ...
1
vote
1answer
26 views
List items with alternating heights messing rows
I am having trouble with a list which has items with alternating heights based on the content. This causes the rows to break as seen here: http://jsfiddle.net/PYRGb/ Try re-sizing the display view to ...
0
votes
0answers
56 views
Wicket listview within a listview
I am pretty new to Wicket so I'm probably making a horrible mistake here.
I am trying to add a listview to a listview but I receive an error, I know that this error has to do with the hierarchy of ...
0
votes
1answer
20 views
CKeditor removes ul list
I am copying html code which has "ul","li" tags, clicking "Source" and pasting it to CKEditor. However, when i go to design, it replaces those tags with "". Is this a bug or did i configure something ...
0
votes
1answer
39 views
Trouble with sizing ul ul li
Ok. So I need to do something like this:
I do it like this:
<ul>
<li><img src="bla.png"></li>
<li><img src="bla2.png></li>
<li>
...
1
vote
2answers
35 views
CSS, UL/OL: Incorrect indent with custom counter
So, I'm using a custom counter in my OLs to get numbering like "1 - 1.1 - 1.1.1"
Works fine.
But when I do this, the indentation of the LI is wrong. The text aligns with the left edge of the number, ...
1
vote
1answer
51 views
CSS - break long list into columns by height
I'm trying to create a multi-column list but the result I'm getting is not the desired.
In this example, I need to break the right list into a 2nd column at when the height reaches i.e. 400px and ...
0
votes
2answers
44 views
ul styling works in html but not in my css
So I just wanted to remove the bullets in a I have on my index.php page. I went in and put
ul {
list-style: none;
}
to my css page. I also tried list-style-type: none; and that didn't work. ...
3
votes
1answer
54 views
What is this random extra space between these two elements(<li>)?
I have this problem. I searched the site and others were having similar problems, but none of the answers seemed to work. Those included setting line-height to 0px; and setting all margins/paddings to ...
-1
votes
1answer
25 views
Underscores appearing between li list items
When previewing my site list items are appearing with _ between them unless I group the li's all next to each other with no gaps li li li li, I don't know why this is happening it my only be during ...
1
vote
2answers
40 views
jQuery extracting part of a ul tree
Can anybody explain why I'm getting this. What I'm trying to do is replicate part of a <ul> list tree into another <div> based on matching an <a> link within the <li>.
It ...
0
votes
3answers
56 views
How do control a second parent with jquery
I have a couple nested lists in one page I want to access the second ul which is not nested as well as the third. I do want to control each list on its own .
They do not have classes or Id's assigned ...
0
votes
1answer
61 views
Bootstrap: ordered list with divs not aligning
I'm using Bootstrap to create a website. I need to create an ordered list that has text then an image next to it. For some reason, the content of the list is shifted by one line so that it looks like ...
0
votes
1answer
54 views
UL inside UL inside a foreach
I'm having some problems with a UL inside a UL. I'ts a dropdown menu, running on a foreach.
This is the HTML:
<ul>
<li class='a1'>Menu
<ul class="sub"><li>Sub ...
0
votes
2answers
68 views
Android, List Adapter returns wrong position in getView
I have found a mysterious problem that may be a bug!
I have a list in my fragment. Each row has a button. List shouldn't respond to click however buttons are clickable.
In order to get which button ...
0
votes
0answers
22 views
pre inside li: fixing formatting in Chrome and IE9
I have this html:
<!DOCTYPE html>
<html>
<head>
<style>
pre {
overflow: auto;
}
</style>
</head>
<body>
<ol>
<li>
<pre>some
code code ...
1
vote
1answer
33 views
how to float divs in a <li> but still stack the <li> entries vertically?
I have a <ul> where each <li> will have 2 divs. I would like the divs to float next to one another, but still have the <li>s stack vertically. My problem is that all my divs are ...
0
votes
0answers
18 views
Chrome Table List rendering bug
We are encountering a problem with layout of a styled unordered list inside of a table cell in Google Chrome. This problem is not happening in Firefox, Safari or Internet Explorer.
The unordered ...
0
votes
1answer
23 views
Emmet overwritten snippet
I have been following the lessons on HTML and CSS provided by Jeffery Way on Tuts+:
http://learncss.tutsplus.com/
I got to the video on Zen Coding:
http://learncss.tutsplus.com/lesson/zen-coding/
...
0
votes
1answer
22 views
Floated element's absolute positioned content broke layout and crashes animation
I am creating image gallery and I want to add to each element expanding menu on click.
I want to recreate iTunes 11 album view effect.
I put my images as a grid using html unordered list
...
0
votes
1answer
32 views
Multi variables by links
I'm making a news archive.
I want the news archive to have several options.
At first I want the archive to have the option to only display news posted in a certain year and an option to display only ...
1
vote
3answers
51 views
Aligning <li> text to list image
I'm making an unordered list to which I apply a custom list-style-image. It looks like this:
Where the list starts at the second line. As you can see, the alignment of the text to the list image ...
3
votes
1answer
53 views
IE7 li not in the same row
I'm creating a menu for a site and the menu is made of li's. In Chrome and Firefox everything works perfectly, but in IE7 the li's are in the same row, but stacked up in each other.
I did some ...
1
vote
1answer
32 views
changing position up and down in list through jquery, javascript
I am working on a list that changes position according to the button clicked.Here is a unordered list i had created and have contents like this
<ul>
<li>
<div>
...
3
votes
1answer
49 views
Seemingly over-complicated CSS list styling that SHOULD be easy
I need to create a style for ordered lists that follows this format:
(a) List Item 1
(b) List Item 2
(1) List Item 2.1
(2) List Item 2.2
(i) List Item 2.2.1
...
1
vote
1answer
35 views
twitter bootstrap nav stacked list customization
Hi frontend developers and everyone else, who's interested in the subject.
I have a question about one of bootstrap component, namely ul list customization with nav nav-tabs nav-stacked classes.
...
0
votes
3answers
24 views
targeting specific UL when there are more than one of the same class?
I'm creating code that will place tabbed content on my pages. The code creates tabs that when clicked, show and hide content beneath them. the active tab alos becomes white, while the inactive ones ...
-2
votes
2answers
42 views
How to get class from “li” like for <select>
How do you get the class from a li when its inside multiple elements like this?
var ChooseAltType = $("<div>").appendTo(field_firstchild);
$('<div id="chooseCustomFields'
+ field_id
+ ...
-1
votes
1answer
52 views
CSS: Display child <ul> beside parent <ul> with tops aligned
I have a <ul> nested within a <ul>, eg:
<ul>
<li>Item</li>
<li>Item</li>
<li>Item
<ul>
<li>Item</li>
...
0
votes
1answer
40 views
CSS on ul/li not responding
I added a wordpress widget to handle the 3 tabs on the sidebar for Events, Blog and Twitter.
http://islands.kellykruschel.com/ (right side, above Our Partners).
I am trying to make the width:95px ...
0
votes
1answer
117 views
using Jquery to controll two dropdown lists (pre-populated)
I'm having some issues with a two-list dropdown-chooser. I previously tried to arrange it with select-options, but I ran into major problems when I tried to dynamically hide the options.
Another ...




