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 ...
0
votes
0answers
28 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 ...
-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
52 views

Forcing line on navigation bar (unordered list)?

My navigation bar currently is scrunching all my text together. I have "headers" for the dropdown list, and the headers aren't forcing a line. The HTML looks like this: ...
0
votes
2answers
36 views

Style Unordered List Independently From Parent Unordered List

I'm not sure if I formulated the question correctly, but let me try to explain what I want to achieve. I'm trying to style navigation menu of a WordPress-based site. I want the submenu links to be ...
1
vote
1answer
229 views

Arrange Drop-Down Submenu Items Horizontally, Wrapped (Modified TwentyTwelve WordPress Theme)

The site I'm working on uses the modified WordPress TwentyTwelve theme. The standard drop-down menu of that theme has been modified to push the content down when the submenu opens: Problem: I want to ...
1
vote
1answer
30 views

Evenly space li's using percentages

Is there a way to evenly distribute elements? I'm working on a reponsive design and want to evenly distribute li's in a menu. HTML <div id="navigation"> <ul> <li><a ...
1
vote
3answers
68 views

Still need to use <UL> tag for navigation and list of links? [closed]

So I've heard many times that anytime you have a list of anything you should use a UL tag to list them instead of just a bunch of div's. But today I've been looking at how some sites have created ...
0
votes
3answers
160 views

Percent-width based horizontal navigation

I need help figuring out how to build a horizontal ul-li-based navigation. The tricky part with it is, that all sizes have to be in percent. No px, no em. Furthermore all list items should be equal ...
0
votes
1answer
87 views

Navigation with images overlapping into each other

I have to make a navigation with its elements overlapping into each other. See the picture for details. https://dl.dropbox.com/u/7551300/mock.png I have tried using ul li with display:table-row and ...
0
votes
0answers
50 views

Math for calculating <li> spacing to justify navigation elements

I've got some navigation on my page that the art director wants precisely justified. I used the usual display:inline-block for the li elements but then I needed to have some slashes "//" between the ...
6
votes
3answers
195 views

Display only closest list elements

Here is an example of what I have already The main functionality works, but now I need to make the controller list smaller, so that it fits better to the screen, as it's fixed positioned. So, I ...
0
votes
2answers
54 views

When writing a jquery function? How can I go about adding:nth-child to $(this) inside the function?

I need to build navigation with jQuery by grabbing the current year making it the first nav element. Then building other list items to display the subsequent years... my problem is targeting the ...
1
vote
1answer
1k views

Pure CSS Collapsible Tree Navigation with JQuery Animation

I am using the Pure CSS Collapsible Tree Navigation featured on: http://www.thecssninja.com/css/css-tree-menu. I would like to add some simple jquery to the nav to give it a smooth transition when ...
1
vote
2answers
117 views

Navigation bar, last li is not inline with the others and I cant use the last approx 50px of nav bar?

I have a navigation bar that runs accross the top of my website but for some reason the last 'li' (contact) is not aligned with the other buttons and there is some sort of padding after the last 'li' ...
0
votes
3answers
397 views

logo in middle of navigation - how to vertically center

I'm trying to create a header/nav bar where there will be navigation options on either side of a logo, which I would like all to be vertically centered. To achieve this, I'm using <li> and ...
0
votes
9answers
119 views

Make whole <li> as link with proper HTML

I know this has been up a lot of times before, but I couldn't find any solution in my specific case. I've got a navigation bar and I want the whole <li>'s to be "linked" or "clickable" if you ...
-1
votes
1answer
117 views

3rd Level <ul> isn't responding to CSS [closed]

Hi so I have this code and I am unable to spot why it isn't responding to the css I am providing, I tried jsfiddle but I have no clue on what to look for. Heres the css maybe someone can tell me why ...
2
votes
3answers
220 views

Set class for wp_nav_menu

How to convert this : <ul class="ulStyle"> <li class="liStyle"> <div class="first"> <div class="second"> menu1 </div> </div> </li> </ul> to ...
0
votes
1answer
102 views

Positioning UL list after wordpress menu

In wordpress I have been able to modify the menu to show on the left hand side, but I have the social icons (facebook, twitter..etc) that i would like to show at the end of that navigation menu. Now ...
0
votes
2answers
732 views

Simple 2-column navigation with CSS and a single list?

I am looking to make a two-column navigation bar by using a single <ul> with six <li> items: <nav> <ul> <li>Home</li> <li>About</li> ...
1
vote
2answers
274 views

Setting different <span> tags for li and ul li (nested)

I really need to nail this... I've been at it way too long now. I think I need to get the innerText of each <a> element and put it into li_text variable. The following is the 'supplied' code ...
0
votes
2answers
986 views

Wordpress single page, categories and archives menu current item

I was wondering if someone can help me with the following, as I cant get my head around how to do it! On my website I have a menu: Home | About | Skills | Portfolio | Contact To call the above menu ...
-1
votes
2answers
228 views

How to build multi level navigation with PHP

Im working on a prototype, and would like to build a multi level navigation - however not by looping through an array. I have a $depth and a $children, which should determine the depth of the ...
0
votes
2answers
1k views

Css - Navigation menu <Ul> - Sub Menus

I am currently developing a site and I am trying to get into more css coding, I have go the basic css for the navigation done. Although what I want to do now is Make sub menus, so when you roll over ...
2
votes
2answers
317 views

How do I use li:hover to change the WHOLE li color?

I'm using a ul navigation for my own personal site, but I can't for the life of me figure out how to change the background-color of the whole li element. If you look at this fiddle, you can see what ...
1
vote
1answer
747 views

li element not expanding to height of ul element when one li element pushes height of ul

I am trying to get all my li elements to take up the entire height of the ul element that contains them then align all li element contents to bottom. I can't get passed the first part, when i have ...
1
vote
3answers
131 views

Navigation won't show in DIV

This is an overused navigation I'm sure. I'm using it to edit what I want out of it to be honest, but I'm missing the main goal; getting it in my page. I've tried everything for hours now, and can't ...
1
vote
3answers
2k views

CSS nav menu— li a hover state be 100% of parent UL height

I have an otherwise-typical CSS nav menu on a site that uses a language translation plugin. Some translations end up longer than others, which results in a problem where some li items are two lines ...
2
votes
4answers
78 views

HeIp wanted to understand some css coding. (display:)

I'm trying to understand a bit more of some css coding. I hope you can help me. I've borrowed a navigation bar. The html code is like this: <ul> <li> <a ...
0
votes
2answers
717 views

Unordered list navigation with floating left and right elements

I have a simple navigation bar at the top of the page with several links – the first is floated to the left using li:first child, the last floated to the right using li:last child, with the remainder ...
0
votes
3answers
1k views

CSS Positioning anchor inside li vertically aligned

I'm making a horizontal navigation menu, and i want to center vertically the anchors inside the divs using CSS, what i have is this: <nav id="header-nav"> <ul id="menu-header-menu" ...
1
vote
2answers
177 views

prevent navigation sub menu's (UL's) from behaving like they are floating?

I have built a nav where I have an unordered list made up of a group of smaller unordered lists. These elements have been given the class "subnav". When viewing the nav on a smaller screen the ...
0
votes
1answer
410 views

CSS Dropdown menu doesn't show up in Internet Explorer 7

I can't figure out why my dropdown menu won't show up in Internet Explorer 7. For example, in Firefox, the links under the Attorney Profile button show up fine on hover, but not in IE7. CSS: ...
5
votes
4answers
1k views

unordered list navigation html structure

I'm a novice and ran my code through an html validator. Regarding my navigation I receive a message that reads: :Element ul not allowed as child of element ul in this context" Here is the html ...
0
votes
3answers
620 views

CSS span within a link

Sorry if this is a really stupid question, but I'm a developer and my design skills are minimal at the minute, I'm working on a personal site and I'm stuck with a minor issue. I have a top nav with a ...
1
vote
4answers
481 views

<li> problems, links are going on top of each other not side by side

Hopefully you can see what the problem is, I want the links to go side by side not on top of each other? Can you please see what the problem is on JS Fiddle: http://jsfiddle.net/pky7X/ Thank you for ...
0
votes
3answers
2k views

How to have a logo in the middle of two menu lists?

I am trying to put a logo between two menu lists, but it isnt working. I made a PSD before hand and this is what it is supposed to look like: However, I just cant accomplish this in html and css ...
0
votes
1answer
37 views

line items behaving differently

I'm building a navigation which has unordered lists within an unordered list. I suspect that styling for the main unordered list is being mixed up with that of the sub list and vise versa. Perhaps my ...
0
votes
1answer
199 views

unordered list within unordered list - select particular line item

I'm building a navigation with drop down menus. I'd like the line item that contains the unordered list, subnav, to have white anchor text when hovered. I have done this but my selector has resulted ...
0
votes
1answer
37 views

fiddley navigation - unordered list within unordered list and background colors

I am working on a navigation which can be seen here: http://jsfiddle.net/ybvF4/ I'm sure it is against policy to ask two questions in one but my fear is that if I do the solutions may not work ...
2
votes
1answer
2k views

jQuery build breadcrumb nav links from list structure

i have been modifying a snippet found on jsfiddle that creates breadcrumb links from an html ul nav structure: working example: http://jsfiddle.net/pseudorad10/WpRMd/3/ trying to get working ...
0
votes
1answer
70 views

Determining index of clicked element inside UL

i wrote an UL-based navigation widget which uses links inside the LI-elements. here's the task: when clicking a link i'd like to get the indexes like: "you clicked link 5/10 on UL 2/4" any ideas ...
-1
votes
2answers
412 views

Parent-child navigation generation from tree array in PHP

Following function arranges the array totally wrong. Have you noticed any wrong piece of code in following function? function buildHtmlList($array) { $maxlevel = 0; foreach ($array as $key ...
2
votes
3answers
1k 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
225 views

Creating a navigation - inline-block or float?

When I try to create a navigation with inline-block, I get 4px to the right of each list item. When I do it by floating each list item, it works fine. Is there a reason the first option is applying ...
0
votes
1answer
927 views

Dropdown navigation li width not 100% in IE7

I'm creating a site in Sharepoint and have a problem with the dropdown navigation... in IE7 the li width is not setting to 100% and honestly it looks pretty stupid. Having tried (and failed) ...
0
votes
2answers
120 views

Jquery: Appending and replacing <img> dynamically

We want to have drop down indicator (arrow) to our NAV that have submenus. Also changing that indicator whenever it has a class of current. We have a code like this <nav> <ul> ...
1
vote
3answers
451 views

Targeting Only the Parent 'li' and ignoring Other CHildren 'li's'

I know that I am close to getting this sorted but I am sure there is a better way to achieve the following: I want to target 'li's' that have a child 'ul' and append a span like this: <li ...
0
votes
2answers
333 views

jQuery - show only current ul (using a tags as the click rather than li's)

I am trying to show/hide child ul's in the following navigation. I managed to get it working with the help of Aleksi Yrttiaho. I then realised that I hadn't coded the list items as links in my ...

1 2