Tagged Questions
Refers to the <ul> HTML tag, which stands for "unordered list".
7
votes
3answers
3k views
Stretch horizontal ul to fit width of div
For the main nav of my site, there is a 980px wide div with a ul for the main nav links. I am trying to make the nav links stretch to fit the width of the div evenly.
<div style="width: ...
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
3answers
63 views
Turning an unordered list into a table of contents
Reference this fiddle: http://jsfiddle.net/exGnZ/
Hi, I'm trying to reproduce a table of contents with an unordered list and leader dots. Unfortunately, when there's a long line of content, the ...
5
votes
4answers
98 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
5answers
1k views
Why can't an <ul> (with absolute position) inside a <li> (with relative position) auto size?
For example:
<ul>
<li class="first"><a href="#" title="">Home</a></li>
<li><a href="#" title="">Chi siamo</a>
<ul><li><a ...
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
3answers
33 views
How to semantically add heading to a list
This has been bothering me for a while, and I'm wondering if there's any consensus on how to do this properly. When I'm using an HTML list, how do I semantically include a header for the list?
One ...
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
692 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
1answer
70 views
If page url = anchor in list, trigger mouseover + make bold
Headline says it all. What i am trying to achieve is to check onload urls in menu (multiple ul since it also has submenus) and if it equals, make it bold and trigger mouseover event:
...
3
votes
4answers
165 views
How do I make a horizontal sitemap using UL?
I've been trying for hours now to figure out how to make a footer sitemap just like in this webpage www.telia.dk (in the bottom) using CSS and UL/LI.
I'm a CSS noob, so please help me out.
Here's an ...
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
5answers
110 views
CSS Layout Issues (Footer & UL Styling)
So I'm trying to code out my design for my new portfolio website, but I'm having a few issues there that research and hours of smashing my face against the computer screen have not yet solved. There ...
3
votes
2answers
200 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
380 views
Technical reasons to use <ul> tag in navigation bars. Is there any?
Are there any technical reasons (CSS / jQuery related) why to use <ul> tag for navigation bars, instead of just using a tags?
<nav>
<ul class="links">
<li><a ...
3
votes
2answers
440 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
5answers
232 views
IE6 CSS Bug - ULs & LIs- can anyone help?
I have a CSS issue which occurs in IE6 only. I'm completely stumped and am hoping someone else might be able to help.
In IE6, if you navigate to www.moneysupermarket.com/loans and search for a loan ...
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
2answers
71 views
Rendering <ul> elements bottom to top
I have an UL list with variable element count. When the elements(of the list) are too wide for list to handle them in single line it breaks the line and starts to render elements(of the list)on lower ...
2
votes
2answers
47 views
Padding issue when floating elements within container div
I'm trying to create a space between the sections on this page by adding bottom padding to the container divs (#developers, #contributors, #playtesters) but I can't get it to work. I assume it has ...
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
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
2answers
105 views
Z-index in nested UL
I have a problem with z-index in a CSS-Menu. I built the menu with nested ul Tags.
Clearly, the first ul is the first level in the menu-hierarchy. As a background-property of this first ul, I set a ...
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
2answers
287 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
2answers
373 views
<ul> height when containing floating <li>
So simple question but I can't figure it out anyway.
I have a list:
<ul>
<li>Number 1</li>
<li>Number 2</li>
<li>Number 3</li>
<li>Number ...
2
votes
1answer
137 views
Horizontal ul navigation aligned to the right side
i'm trying to create a horizontal navigation which is aligned to the right side of the parent element. You can see the navigation at http://kaffeeprinzen.jag-aelskar.de/ where it says "Espresso".
My ...
2
votes
0answers
104 views
Double scroll in ie 7 with <ul>
I have a problem with double scroll in IE 7 with my ul/li tree. Only I can do now in my case is that I remove scroll generated by IE but my real scroll don't work- it doesnot scroll the tree of ...
2
votes
2answers
163 views
Bullets center with unordered list
Does anyone know the CSS that makes the bullet point sit at the top of a multi-line bulleted list? For some reason with the template that I am using the bullet point centers to the left instead of ...
2
votes
2answers
233 views
Remove html linebreaks between <ul> tags
I have a CMS system that allows people to also use HTML code, but a nl2br is provided at the end of the function, which makes this:
<ul>
<li></li>
</ul>
into this:
...
2
votes
3answers
220 views
CSS: UL Navigation - on hover, background color error
On hover the background color seems to come outside of the "boxes" that are my navigation items. I have tried tweaking everything. Here is my CSS and HTML...
<div id="menuTop">
<ul ...
2
votes
5answers
255 views
How do you set <ul> bullet's list-style to a code decimal?
I have a ul that I want to set the bullet style of with the code decimal of ✓ (checkmark). Is there any way to do this? I tried list-style-image, but it didn't work.
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
281 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
2answers
692 views
Style parent li on child li:hover
I've been digging all day to find out how to style the parent li when hovering on a child li element.
e.g.
<ul>
<li> Parent Element </li>
<ul>
<li> Child ...
2
votes
2answers
519 views
JQuery - How to move a li to another position in the ul? (exchange 2 li's)
What is a cool way to apply this? I need a script that exchange two < li>'s position in an < ul>.
It think that should be possible to achieve. Thanks for your response.
HTML
<div ...
2
votes
5answers
480 views
Img + UL alignment with CSS
I'm working on updating an old site and I ran into the following simple, but deprecated code:
<img src="thumbnail_image.jpg" align="right">
<ul>
<li><a ...
2
votes
4answers
713 views
Need to center a ul within a div ie6 & ie7
I have a ul that i need to center within a div. The code i have (you'll find below) works in every browser apart from ie6 & ie7 where the content is floated left rather than centered. I've ...
2
votes
2answers
467 views
inline list li:last-child:after { content: “, ”} Can I get rid of the extra space it creates?
http://forumgallery.rollinleonard.com/artists.php
I can't seem to get rid of the space before the comma in my list.
It makes no sense!
Here is the relevant part of my CSS
.artistlist {
margin: ...
2
votes
3answers
1k views
How to stop css inheritance in sub unorder list
Hi guys
I am trying to setup a menu with sub menu that contains ul. My question is how to remove the sub ul menu background image that inherits from the menu ul. I appreciate any help. Thanks a ...
2
votes
2answers
1k views
add li to middle of the ul (jquery)
How one can add li to middle of the ul.
For example if i have list like this:
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
...
2
votes
2answers
408 views
image placement for IE bug fixes
Hi ive got a menu that is like this:
<li id="selected"><a href="http://www."><p>FAQ'S</p></a></li>
I've managed to acheive the effect that i wanted in firefox ...
2
votes
1answer
2k views
Turn unordered list to a table with jQuery
i like to get an <ul><li> and make it a nice table I will style with CSS.
I like the transformation to be made with jQuery
* Place|Name|Earning
* 1|Paul|200$
* 2|Joe|400$
* 3|James|100$
...
1
vote
1answer
48 views
Image and multiple text-lines inside a list
First I have a pretty casual problem, vertically centering an image inside a list. Most tutorials advise to use line-height = image-height or assigning list item to table and use ...
1
vote
3answers
42 views
<ul> <li> tags inside divs? works fine in IE but not in Firefox/chrome
http://www.sc.x10.bz/test/awesome-menu.html
CSS
* { margin: 0; padding: 0; } /* Reset stuff */
ul#subheader {
width: 920px;
margin: 250px auto;
list-style: none;
}
ul#subheader li {
display: ...
1
vote
3answers
55 views
HTML/CSS: IE adding offset to <li> - looks fine in Chrome, FF
Yes, another IE-only problem for your Thursday. :)
http://jsfiddle.net/dex3703/nwTUm/
This layout looks fine in Chrome, but the li in both the top horizontal menu and the left side vertical menu ...