1
vote
1answer
27 views

Center multiple row list items with specific amount per row

I'm trying to create an unordered list spanning over multiple rows that is always centered and where I can set which child breaks into a second row, for example - link | link | link | link link ...
0
votes
2answers
31 views

Center List in side a div Problems?

quick question trying to center my list with images inside a div... really cant get to grips of hows it done.. this is what I'm getting.. icons way to small wanna make them big and center the list.. ...
1
vote
3answers
24 views

Misplaced list elements due to CSS in firefox and chrome

I have a list of names which is rendered inside <ul>. I am applied some CSS code but facing some browser specific issues. Chrome : List element is getting displaced by 1 row. Firefox : All ...
-1
votes
0answers
32 views

Why li instead of divs? [duplicate]

I always wondered why people use li especially when by default they indent, had a dash or bullet point etc. Especially when we are talking about a grid such as a 3x2 in this example we see a grid ...
1
vote
6answers
36 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 ...
-6
votes
1answer
43 views

Employee list/table [closed]

I am tring to make a table of the staff in my company and I Want it to look something like this. I didn't know what to search for online. Is there any tutorials on make a nice table in HTML or ...
0
votes
1answer
85 views

Aligning Image Slideshow button HTML5

So I have trouble arranging my images to line up next to one another horizontally. They are actually slideshows which I modified so that they act as buttons instead. I used easyslider javascript to ...
0
votes
1answer
47 views

list items to fade in and out one by one with jquery

I have a set of list items, and I need them to fade out and (the next one) fade in seamlessly. Here is my code (it however does not work! why? thanks in advance) document.ready(function(){ ...
-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
3answers
58 views

CSS ul > li selector selecting nested lists

I've been reading about this everywhere, and from what I've read to select a list without selecting the nested list. I need to have this .myclass > ul > li //or even just ul > li I've ...
1
vote
2answers
40 views

HTML CSS List-Style Compatibility

I'm working on front-end of an intranet website. The problem I have is with to do with the list compatibility. What I want to do is to style the list items, for example, instead of having bullets, I ...
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
3answers
33 views

CSS Drop Down Hover List creating extra margins

I'm currently designing the following site: http://www.ultimate-punch.com/ I have a simple categories hover drop down menu (the green box) however it's creating both top and left space and I can't ...
1
vote
1answer
27 views

How to customize list item images separately in css

I am trying to customize my ul li images separately using css but it just isn't working for me. I have tried putting id's on my images and putting classes on my li's but every time I do anything of ...
1
vote
1answer
47 views

How to get a list of css attributes of an element with jquery

I'm trying to figure out if there is an easier way to preserve a list of CSS attributes I will change and then restore for any element in a JSON object using jquery without having to write a function ...
0
votes
1answer
63 views

Display inline list vertically in CSS

I have a menu I'm trying to make for my webpage that would run off to the right side of it and I' want it to be vertical, but I'm having troubles getting the text to align while it's up and down. I ...
1
vote
1answer
65 views

Make Jquery mobile list-divider “stick” at top of page when scrolling

I'm using jquery mobile for a project which has a list-view and list-divider in it. I would like to make it so the list dividers stop scrolling when they get to the top of the page, and then keep ...
0
votes
1answer
43 views

Use CSS to make table-esque box of short columns from a single div of links

So I have this plugin that displays a tag cloud for Wordpress (http://www.hothouseblog.org/). Typically it displays in a horizontal running list. I seek the answer to turn this list into three or four ...
0
votes
3answers
43 views

how to determine ID of list <li> by list item number

So I have a list <ul id="sortable1" class="connectedSortable"> <li class="ui-state-default">Item 1</li> <li class="ui-state-default">Item 2</li> <li ...
-2
votes
1answer
39 views

List not propertly aligning

Im trying to get a list (top-menu-navigation clearfix) under two divs (logo and topad), and I cant find a way how to do this and I want it to lie horizontal. I've tried with both display: inline and ...
0
votes
2answers
28 views

Vertical list get out of line when the window size changes

It's kinda hard for me to explain the problem, so let me give you the URL. Visit http://www.ucaftercruz.com If you look at the footer, theres an unordered list aligned vertically. When you drag the ...
3
votes
3answers
65 views

mutliple css documents, list style problems

My website has two different css style documents. The first is specifically for the index page, which uses lists to do the tabs at the top for a link bar between the title and the rest of it. This has ...
-1
votes
1answer
76 views

jQuery UI accordion replaces styling for unordered list?

I can't seem to figure out how to prevent the jQuery accordion from changing the css styling on my navigation on my webpage. Here's the fiddle: http://jsfiddle.net/rAUg3/2/ The accordion makes my ...
0
votes
2answers
31 views

Custom bullet list is not displaying well

I am trying to create custom bullet listing but it doesn't display well to what I expected. The problem is it is too close as shown in the link HERE Suggestion will be appreciated. Thanks
0
votes
2answers
51 views

3-col navigation menu with images

I am working on the css for a website and am trying to determine the best approach for the navigation menu. The layout of the menu is as follows: between col 1 and 2, and also between col 2 and 3 ...
1
vote
1answer
79 views

How to append li inside new div

I have a HTML markup like this: <ul> <li>Item 1</li> <li>Item 2</li> <li>Item 3</li> <li>Item 4</li> <li>Item ...
0
votes
1answer
56 views

Equal size border around list items

I am trying to make a navigation bar with list items. I put a border around them and i am trying to figure out how to make the border sizes around the list items equal in size. They always seem to ...
0
votes
4answers
51 views

Navigation bar, visible spaces between list items

i have a traditional nav created. between each li i put one div with 1px width and slightly smaller height than nav bar. Basically i was going for this look: http://subalee.com/nav.jpg HTML: ...
2
votes
1answer
98 views

Resetting counter-reset CSS values

I'm struggling with counter-reset, the reset appears to be applying but then the following values seem to increment based on the value prior to the reset. <head> <style> ol.list-number2{ ...
0
votes
1answer
43 views

IE9 CSS Issues with arrangment of two items in li

have a look of this please: JSFiddle in firefox, chrome, opera is code ok, but in ie9 shift the numbers, see picture please. left is everything ok, right is ie9. ...
-1
votes
4answers
51 views

can I not have have a ul inside a ol in html

I get the following validation error when I tested my HTML. please look at the attached image for the HTML code. "Element ul not allowed as child of element ol in this context."
1
vote
2answers
36 views

multiple UL's not same level

I've got a problem with the position of two UL's. I want the two UL's to be on the same level. As you can see in the Picture below, the first UL list is way down, while the second is at the top. I was ...
0
votes
2answers
68 views

Can't remove bullet points from UL list with Icons

I have a list with Icons here: http://punky-monkey.co.uk/chalet6/our-chalet/ <ul class="keyfeatures"> <li id="sleeps14">Sleeps 14</li> <li id="hottub">Outdoor Hot ...
0
votes
1answer
40 views

How to overlay nested hidden list over liv

i have this list which is a nested list (looks like a dropdown menu), the list is hidden by default and when i click on it it should appear over everything, but, when i slidedown the upper ...
0
votes
1answer
56 views

Aligning list of items

I'm having a problem getting the text that goes with a list of items - each preceded by a letter - on an online questionnaire to align properly. In other words, I have a list that looks like this ...
0
votes
3answers
30 views

Centering a list while maintaining no indentation

Okay, I have a list, and I want to center everything in it using CSS. Anyway, I googled it, and I found, to remove the list style, and no left margin. But, I want to center it also, so I use ...
-1
votes
3answers
80 views

Nested table rows [closed]

I need this table **Title | Description | Type** A | | Aa | | B | | Ba | | Bb | ...
0
votes
1answer
166 views

css dropdown menu keeps expanding main

i just made my first css drop down menu and i am very proud of it , but i have a problem, when the submenu is expanding, it pulls down the main ul , and i dont want that .. it must stay the height i ...
1
vote
3answers
74 views

First list item in HTML list appearing slightly too high

I was just starting to make a basic page layout when a problem I couldn't quite grasp came to me again. Why does my page have one list box to the left higher than the others? Any information would be ...
0
votes
2answers
55 views

how to change position of ol css?

I want the position of ol list item in the middle of content. My code: #block-views-credit-library-block-1 .item-lists ol { list-style-position: inside; margin: 0 15px 25px; list-style-type: ...
0
votes
0answers
62 views

'position:relative;' elements within a horizontal list stops 'white-space:nowrap;' for the rest of the list, in Opera

Absolutely positioned elements within a horizontal list will force line-breaks/wordwrap in the current release of Opera, even with white-space:nowrap; set on the UL. I've put up a jsfiddle here, ...
0
votes
4answers
34 views

JavaScript for any numbered li [closed]

I dont know if this is strange but is there any possibility to have something like this: <li id="something-1"> </li> <li id="something-2"> </li> <li ...
0
votes
4answers
96 views

html/css: white spaces/collapsed container in horizontal list

I'm trying to create a horizontal menu for my webisite. It's not that difficult, but I'm running into two problems, which brake my design. I can do it in two ways: 1). by setting #menu li { ...
0
votes
2answers
60 views

List with icons in not fitting to left margin? there is a space

html <ul class="social"> <li><a class="html5" href="#html5"></a></li> <li><a class="twitter" href="#twitter"></a></li> <li><a ...
0
votes
1answer
61 views

Image rollover list not working

I have 3 image rollovers for my social icons. Here is the HTML: <ul class="social"> <li><a class="html5" href="#html5"></a></li> <li><a class="twitter" ...
0
votes
1answer
68 views

Input form & horizontal list are mysteriously misaligned in Chrome

I'm working on a small business website. Nearly finished except for this one last (infuriating) styling issue: I can't get the email signup form and social media links in the header to line up. ...
0
votes
1answer
56 views

FadeToggle Expands Entire List

When I toggle my drop down menu, the entire list expands. Ive been trying to figure out how to expand the selected list only but don't know where the issue is. JSFiddle http://jsfiddle.net/Cx4CK/6/ ...
-1
votes
1answer
40 views

How do I format a list with arbitrary numbering/bullets hanging in the margin? [closed]

How do I format a list with arbitrary numbering/bullets hanging in the margin? I would like to use a <ul> and decide exactly what the hanging captions should say. For example, I want to use ...
0
votes
3answers
75 views

replacing li background image

I have a menu which I'm mimicking an old tape deck. Each list item has a background image of a button. When an item is selected a new background image shows the button in the down position. however, I ...
0
votes
0answers
68 views

Show first line in CSS block

I'm working on a website which has a CSS block list in it, with 4 lines. When you hover over each line, it expands to show a further description of that line. I want the list to display the first ...

1 2 3 4 5 8