html-lists Questions
5
I've been puzzling over something which ought to be very easy indeed, but after a fruitless three hours I've not yet solved it:
A friend asked me to fix the template of his WordPress website so th...
Dariadarian asked 13/2, 2009 at 0:28
3
Solved
I have a ul with an height of 125px. When a user hovers the ul i want that the height will animated to height auto. And when the user is out of the ul that the UL collpase to 125px again.
$('.box...
Albania asked 9/2, 2012 at 10:34
1
I'm trying to indent ragged li lines whilst using a custom bullet point, however any minus 'text-indent' solutions I've found online haven't worked - unless I'm missing something.
Would it be poss...
Mantissa asked 5/3, 2014 at 13:5
4
Solved
I have a page with jQuery tabs on it. In those tabs is an ordered list.
This is my html code:
<div id="tabs">
<ul>
<li><a href="#tabs-1">Nunc tincidunt</a></l...
Baboon asked 25/1, 2013 at 11:3
5
Solved
I am trying to change the background color of one list item while there is another background color for other list items.
This is what I have:
<style type="text/css">
ul.nav li
{
...
Gnomon asked 13/2, 2011 at 10:52
5
Solved
How can I obtain to get LI's 100 % in height, just like this:
As you can see, the borders on the LI elements are 100 % in height.
Currently I have this:
<div class="header">
<div clas...
Codi asked 4/1, 2012 at 13:47
2
Solved
Is there a way to achieve the below numbering using straight HTML and CSS lists (<ul> or <ol>)?
1. Link 1
2. Link 2
3. Link 3
3.1. Link 3.1
3.2. Link 3.2
3.3. Link 3.3
4. Link...
Canning asked 20/2, 2014 at 13:47
2
Solved
http://jsfiddle.net/G46dK/
<ol>
<li>
<p>
Moo
<li>
<p class="overflow-hidden">
Moo
<li>
<p class="overflow-hidden">
Moo
<li>
<p>
Mo...
Tannenwald asked 14/2, 2014 at 1:36
2
Solved
We are using the twitter bootstrap scrollspy on a sidebar ul/il list, this works great.
We do however also use smooth scrolling when clicking the links in the sidebar.
This causes the scrollspy to ...
Brotherton asked 19/9, 2013 at 9:36
4
Solved
I noticed that chrome was erasing the number on my list-items when I add css to manipulate column-count...
For instance:
<ol style =-webkit-column-count: 2;...">
....
</ol>
The abo...
Registered asked 25/6, 2012 at 19:17
3
Solved
As I recently learned, in HTML5 you can use the value attribute with list items, as long as they are inside of an ordered list. http://dev.w3.org/html5/markup/li.html
I have been trying to style t...
Busoni asked 18/1, 2014 at 3:37
1
Solved
Please take a look at this first: This is my JSFiddle to edit
I need to put two div one to the left, one to the right, they will hold arrows (like this ones: imageRight, imageLeft), so when I clic...
Grief asked 18/1, 2014 at 5:48
5
Solved
I have an ordered list which I have styled in two ways:
Coloured the numbers differently to the list text
Applied a background colour and border to each list item
See the list on the right hand...
Ethylethylate asked 14/6, 2012 at 14:22
18
Solved
I have these nested ul and li . When i fill background color, nested li leaves indented portion white. I have a number of li like this that gets filled from database so i cannot give margin left to...
Wilkins asked 14/12, 2013 at 21:5
1
Solved
On fontawesome's example page, they show this code:
Use fa-ul and fa-li to easily replace default bullets in unordered
lists.
<ul class="fa-ul">
<li><i class="fa-li fa fa-che...
Briefs asked 29/12, 2013 at 16:1
5
Solved
I have a simple js script that counts the number of children an unordered list has. I'm trying to change the script so it doesn't count any children (li) which contain a div with the class 'hiddenI...
Imbricate asked 8/2, 2013 at 9:7
2
Solved
I want to create an ordered list that looks like this:
1. Item_1
2. Item_2:
a. Subitem_1
b. Subitem_2:
I. Sub-Subitem_1
II. Sub-Subitem_2
c. Subtiem_3
3. Item 3
i.e. sub-lists should use al...
Lipski asked 11/12, 2013 at 7:32
4
I have a DIV menu that is set to 100% height with a overflow:scroll. Within the DIV I have a ul li. The problem I have is that it wont let me scroll all the way down to see the last li. I can barel...
Delight asked 23/11, 2013 at 22:53
7
I'm scratching my head here for something I thought could be so simple.
I have a tabs created using ul/li elements.
Suppose I have the following:
Tab1
Tab2
Tab3
Tab4
The tabs gets displayed h...
Hirsch asked 22/5, 2012 at 10:27
2
Solved
I have been puzzled about this for a while now. Here is what i have now:
-------------------------------------------------------------------------------
| | | |
| Item 1 | Item 2 | Last item |
| |...
Alyose asked 26/9, 2013 at 12:4
2
Solved
I want to float my list items into a grid like structure depending on the available width.
Unfortunately my items are of different hight and sometimes the items don't wrap all the way to the left....
Algoid asked 13/9, 2013 at 14:47
3
Solved
Sorry about this, I thought this issue was resolved, but then it turned out that it wasn't.
I have an unordered list inside a div, and I want the list to always fill up the entire div horizontall...
Postconsonantal asked 12/9, 2013 at 5:30
1
Solved
I am trying to have an unordered list with check-marks and have my text line up in the left and not have my second line of text float to the left and go under the check-marks.
Does anyone know how...
Illustrator asked 12/9, 2013 at 2:0
2
Solved
Wordpress outputs my child menus inside this ul tag...
<ul class="sub-menu">
how can I wrap a simple div around it?
Preferably a way to do it through functions.php, but jquery can work ...
Tot asked 25/4, 2012 at 19:8
2
I am trying to do this. I fetch the list of DATE's from the table and show them as list and want the prev and next to traverse these date's showing only the 5 at any time. Example, while the page l...
Ibsen asked 8/9, 2013 at 1:42
© 2022 - 2024 — McMap. All rights reserved.