Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
6answers
4k 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, ...
6
votes
5answers
186 views

Create a nested UL menu based on the URL path structure of menu items

I have an array of menu items, each containing Name and URL like this: var menuItems = [ { name : "Store", url : "/store" }, { name : "Travel", ...
5
votes
3answers
79 views

targeting li on hover but not parent li

I have a dynamically generated list that has potentially up to about 5 levels. I want the listed item text to underline when I hover over the listed item, however not the parent li. see example. ...
5
votes
2answers
556 views

PHP Multidimensional array to unordered list, building up url path

I have a multidimensional array in PHP produced by the great examples of icio and ftrotter (I am use ftrotterrs array in arrays variant): Turn database result into array I have made this into a ...
3
votes
2answers
241 views

Use Jquery to convert single UL LI list into a hierarchal nested list based on a class

I have an unordered list that needs to be spilit into a hierachal list, depending on the class that has been pre-assigned to each . Specifically, if the original list is like this: <ul> ...
3
votes
2answers
1k views

Get Clicked <li> from <ul onclick>

As a relative beginner with JS, I am struggling to try and find a solution to this. I need to find out which line of an unordered list was clicked <ul onclick="alert(this.clicked.line.id);"> ...
3
votes
5answers
152 views

Need help speeding up this jQuery process

I've created the following process. Basically it loops through a gigantic unordered list with multiple level nested lists and creates a 2 level nested unordered list. It works well but is very slow in ...
3
votes
5answers
872 views

CSS only drop down menu

Hi guys I am trying to make CSS drop down menu (no javascript involved). According to http://pixelspread.com/blog/289/css-drop-down-menu I only need to add #menuBar #test2 a:hover ...
3
votes
3answers
218 views

Is it possible to make Unordered list like this using CSS?

Is it possible top make an unordered list in this image ? I cant use 2 images for single <li> tag If I use arrow as background and padding-left then the border-bottom will come under image ...
3
votes
3answers
5k views

Rendering an unordered list using asp.net

I need to render a unordered list with the data obtained from database using asp.net/C#.My data looks something like this. id Name Depth 1 ELECTRONICS 0 2 ...
2
votes
1answer
122 views

Converting Array to UL LI

I can't for the life of me convert my array to a nested UL LI tree, I've been attempting it all day but there must be some flaw that I cannot spot (probably because my array isn't a very simple one). ...
2
votes
2answers
94 views

Nested UL LI to PHP Array - Incorrect Output in Array

This is a follow-up to my question yesterday - Recursive UL LI to PHP multi-dimensional array - I've almost managed to convert the HTML block to an array, though there is a slight problem that I ...
2
votes
3answers
185 views

Use jQuery to convert Nested Unordered Lists into Breadcrumbs

I have a nested unordered list populated by ajax and I am looking to create breadcrumb-style navigation out of it. The end result should be I click on any node in the list and the parent list items ...
2
votes
1answer
36 views

Firefox issue displays zeros when displaying divs as ordered list items?

Have a look at - http://jsfiddle.net/v23UU/13/ It works in IE and Chrome but not in firefox 4 does anyone know why ? I found something similar but could not figure out how to get it to work ? ...
2
votes
3answers
83 views

Alignment of unordered list “symbol”

You can check the problem here: http://jsfiddle.net/gkJAd/4/ I have an unordered list in where every li will have a max-height of 2.25em (I want it to be at most 2 lines). The list-type should show ...
2
votes
3answers
406 views

Justifying Horizontal <ul> Navigation

I have a horizontal navbar like the following: <ul id = "Navigation"> <li><a href = "About.html">About</a></li> <li><a href = ...
2
votes
3answers
326 views

How to modify the orientation of a <ul> spanning multiple columns?

I am producing a <ul> of alphabetically sorted items, which spans over multiple lines. An example of this can be seen here: http://jsfiddle.net/H4FPw/1/ currently the list is laid out ...
2
votes
1answer
48 views

How to determine if something is a member of an ordered set?

From what I see there's no command for this, but I need something similar to the SISMEMBER command, but for ordered sets. Given that there's no command for this, what's the best way to determine if ...
2
votes
3answers
151 views

Hash for unordered set?

I am trying to solve a one-way indentity problem, a group of authors want to publish something without reveal their own real username, so are there algorithm/library for hashing an unordered set of ...
2
votes
1answer
577 views

CSS gap between list items in IE7

I'm unable to remove the gap between the list items in IE7. HTML: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> ...
2
votes
4answers
1k views

Use CSS to alternate ul bullet point styles

I would like to alternate list-style-type properties for ul lists, so that the outer is a disc, then one inner ul list is a circle, than one more inner is a disc, and so on. Essentially, what I want ...
2
votes
3answers
466 views

JQuery .insertAfter doesn't work in this example - Why?

I'm not sure why my jquery code isn't working. I'm creating a Wordpress theme for my company to use, and I can't seem to get the .insertAfter() function working correctly. It just deletes all the ...
2
votes
5answers
165 views

How to make a click of the list image trigger a click of the link inside that list element?

I have an unordered list containing links. I styled the list so that there is a "Click Me" image to the left of the link. ul { list-style-image:url(/images/ClickMe.png) } The problem is: ...
2
votes
2answers
984 views

lining up list elements in two side by side unordered lists

i'm trying to line up list elements together in two unordered lists side by side like this: list element 1 list element 1 list element 2 list element 2 list element 3 list element 3 that ...
2
votes
2answers
170 views

CSS Positioning - Unordered List

I want to position an unordered list of items on the left-hand side of a menu header (horizontally displayed, not vertically). For example where you see Home, HTML, etc: How do I accomplish this ...
2
votes
3answers
347 views

CSS - floating LIs - bigger content messes up the next row

<style> ul{margin:0px;padding:0px;} ul li{margin:0px 5px 5px 0px;padding:0px;list-style-type:none;float:left;} </style> <ul class="clearfix"> <li>&nbsp;</li> ...
2
votes
3answers
664 views

jQuery - How can i dynamically add a list item to an unordered list?

Seems like a simple thing to do (although im still learning the ins and outs of jQuery). Here's my HTML: <div id="fbsignup"> <div class="message messageerror"> ...
2
votes
2answers
267 views

Using unordered lists to create forms?

This is in continuation to my previous question which was closed cause of similarity to some previous SO questions. Although the answers in all related questions made me to think this: Should we use ...
2
votes
2answers
602 views

jQuery/JavaScript: Reorder Unordered List via Dragging

I have an unordered list <ul> with list items <li> which I'd like to be able to "reorder" via dragging. I'm using jQuery. How could I accomplish this? I tried hooking into the click event ...
2
votes
4answers
1k views

how to set height of list items in html?

here my code-html <div class="menu"> <ul> <li class="active"><a href="index.html">HOME</a></li> <li class="active"><a ...
2
votes
3answers
202 views

Floated <li>'s with seemingly all margin's set to “0,” but still seeing space between siblings?

So I'm creating an unordered list, floated to the right and styled with varying backgrounds to fashion a menu. It was hell setting up the Jquery (animation queues, repeating animations while hovered, ...
2
votes
1answer
334 views

Add a different ID to each li element by jQuery

I'm new here and I'd like to ask a question about jQuery. I have the unordered list like: <ul id="pages"> <li class="something"><a href="#"></a></li> <li ...
2
votes
2answers
1k views

how to make css submenu stay put when subpage has been selected

I have a css horizontal menu with a menu / submenu display working on the hover, but I would also like to make the submenu options stay put when I've selected that page. The code below shows the ...
2
votes
3answers
656 views

How can I position some divs inside an unordered list so they line up with the root element of the list?

I want to position all the divs to line up to the left on the same x coordinate so it looks nice. Notice the picture below, how based on the number of nested categories the div (and its contents) ...
1
vote
2answers
57 views

Get the words from a string with jQuery regular expression

The content is brought dynamically so I need to be able to put in a ordered list on the fly.. Currently, it's bringing in my text like this with the white-spaces: <div class="born">BORN ...
1
vote
0answers
40 views

Format cell to have a bulleted list of items, Format? Formula?

I'm using PHPExcel and generating the excel just fine but I have some data in CSV format and wanted to know if I could display it as a Bullet List. Example of what I have: some, data, in, cvs, ...
1
vote
2answers
36 views

What would be the correct way for un-ordered list inside of un-ordered list?

Example: I am wondering what would be the correct way to code an un-ordered list inside of an unordered list like the design above. I am assuming that it would be like: <ul> <li> ...
1
vote
1answer
117 views

Positioning an Unordered List horizontally

I have an Unordered List which functions as a basic navigation bar. My goal is to display it in line at a width of 60% of the screen and to be centred. The issue I am having is that it displays a ...
1
vote
3answers
71 views

How to float elements in rows.

Here is my last chance for this 'probably' a CSS problem. This is the problem page. http://mentor.com.tr/?page_id=81 The site is built on wordpress. And generated posts are displayed as unordered ...
1
vote
2answers
212 views

Unordered list in HTML5 with a list/group name

How would you create an unordered list of items in HTML5 with a group name at the top? The items should look indented. Ex: GroupName1 Item1 Item2 Item3 GroupName2 Item4 Item5
1
vote
1answer
93 views

Joomla: restart list item numbering

I'm Trying to create a 3 column ordered list in Joomla. I've tried these methods for continuing the numbering: <ol style="counter-reset: item 11;"> to start the numbering from 11 for column ...
1
vote
3answers
232 views

div disappearing in IE7

I have a problem with a div in IE7, it's disappearing and I don't understand why. I already tried to add zoom:1 and overflow: hidden as someone suggested but it is not working. The div is inside an ...
1
vote
1answer
239 views

rotating list with slideup and slide down buttons

I should probably indicate first that i am quite new to jquery firstly so my code might not be to great. What i am trying to achieve is to have a list of items rotate automatically, and also be ...
1
vote
1answer
811 views

Horizontal Centering of Multi-Line List Items in Unordered List

I have an unordered list that wraps onto a second line, and needs to be centered horizontally within the containing UL. Each LI is a set width and height. I've seen many approaches that work for a ...
1
vote
2answers
115 views

How can I turn this into a two-column layout within the list element?

<ul> <a href="/blah"><li><img src='/profile.jpg'><span>Name</span><span>Address</span></li></a> </ul> I want to have two columns ...
1
vote
1answer
996 views

How to write W3C compliant multi-level bullet points in HTML?

Is it possible to write W3C compliant multi-level bullet points (unordered list) in HTML? Nested ul can be used, but is not W3C compliant. <ul> <li>myItem 1</li> ...
1
vote
2answers
642 views

Print hierachical data in a parent child form unordered list php?

I have data in mysql table in a parent child hierarchy like; |---------+-----------+-------------| | msg_id | parent_id | msg | |---------+-----------+-------------| | 1 | NULL | ...
1
vote
1answer
151 views

Making a parent-child hierachy of msg records saved into mysql?

How could I store messages data into a database so that I could print it as parent child nodes in an unordered list? Each root node could have 2 child(depth) i.e. like grand father, father, & ...
1
vote
1answer
440 views

How do I build an un-ordered list dynamically from json data

How do I modify this function that dynamically builds a drop down list so that I could build an un-ordered list dynamically from json data. </script> <script type="text/javascript" ...
1
vote
2answers
387 views

CSS: Unordered List Styling

I need to create a CSS class that will allow me to list all the ingredients in a recipe. Here are the specifications for the unordered list: Left indent No bullet or other icon No space between ...

1 2 3