The tag is new HTML5 tag which defines a section of navigation links.

learn more… | top users | synonyms

0
votes
0answers
5 views

javascript void links with RSpec

My Rails app uses nav pills to change the partial used on a form. %ul.nav.nav-pills %li.active %a{href: "javascript:void()", id: 'post_one_partial', name: 'post_one_tab'} Post One %li ...
0
votes
0answers
14 views

How to change background-color in header with scrollpsy on each ID

I'm using scrollpsy from bootstrap. I made an example of what I'm trying to do: http://jsfiddle.net/te3V4/15/ All is good, he passing one active class to li at each section id, but I want change ...
0
votes
2answers
23 views

Change font-size or div class depending on language selected

I have a horizontal navigation centered in the page with logo and content. On the page it has language translations such as english (default), french, russian and german. When you click on these links ...
0
votes
0answers
41 views

Jquery hover with underline border

I face up with jquery hover problem. Here is my jQuery code: <script> $(document).ready(function () { $('.punktas').mouseover(function () { var left = $(this).offset().left; ...
0
votes
1answer
11 views

Justifying Navigation Menu with 2 Rows

I am trying to recreate this nav menu in css - but I am having a hard time with getting bit rows to justify to each other correctly. I'm not sure is formatting it as an li element is best - or should ...
-1
votes
2answers
24 views

Add .active to navigation using jQuery [closed]

I have a navigation system like this: <div id="nav"> <ul> <li><a href="index.php">Home</a></li> <li><a ...
0
votes
1answer
19 views

How do you center a line-wrapped <nav> menu in CSS?

I have a UL that is centered properly in wide and narrow widths but breaks in the mid range. When it is wide everything fits nice, when the browser is narrow everything stacks nice, but when using a ...
1
vote
1answer
20 views

Element with auto width does not expand

I couldn't find a solution for this problem (the few things I found somehow not helped at all). Probably I missed something out. The problem is simple: the nav element does not expand to its childs ...
0
votes
1answer
51 views

Dropdown Navigation Bar (CSS & HTML) not working correctly

So I have a website built using CSS / HTML / PHP The header includes my navigation bar. For the last few hours I have be changing my navigation bar so it looks better. I got it the way I want after ...
0
votes
1answer
37 views

jquery change opacity and height on scroll

I'm currently trying to write a little js. My navigation has a gradient set as background. I want the background to change in height and from a gradient to a flat color with 0.85 opacity (animated) ...
0
votes
0answers
13 views

Dynamic fix navigation error

i have a dynamic fixed header and nav bar which i want to be fixed when i scroll down to the page since its a one page website. but i seem to face an issue when i scroll down the header fixes alright ...
1
vote
0answers
34 views

Weebly Navigation - Parent Menu Item Stays in hover when mouse on child item

So, I am a beginner on CSS and HTML, and I am trying from the past hour for this to work, but it just wont! So I want the parent menu item to stay hovered when mouse goes over the child of that ...
0
votes
0answers
15 views

Simple Nav Issue - Involving jquery's .show fuction

Hi I have a mini nav how do I make it so for example if you click on #HOG and #CAT (#green) is showing it will show #red (#HOG) but if you click on #HOG and #red is showing it will hide #red, sorry i ...
0
votes
3answers
81 views

Bootstrap accordion for nested navigation tree in Kirby

I have a pretty complex nested accordion tree navigation "working" @ http://www.medlargroup.com the test site for a client. It appears to work correctly only it is not collapsed by default and so is ...
1
vote
0answers
29 views

Parallax Website Lags

I am working on a parallax website (here) and the navigation div box is making the website lag. The only way I can seem to make it smooth is to switch the navigation div out for an unsorted list. ...
0
votes
1answer
55 views

Button to Trigger Nav-Tab with Twitter Bootstrap

This button triggers the next tab to load content, but the tab itself does not switch, it remains on the first tab.. <br><a class="btn btn-primary" href="#tab2" ...
0
votes
0answers
15 views

fancybox next and prev positioning, runs when window is resized

I want my fancybox prev and next images to be a different picture and position, so I tried to override them: .fancybox-prev span { background-image: url('images/prev.png'); ...
0
votes
2answers
49 views

addClass script not working on nav element

I'm using the following script to change the class of clicked 'nav' elements to an 'active' class in my navbar. $('nav a').click(function(e) { e.preventDefault(); $('nav ...
0
votes
1answer
22 views

update nav without reloading

I'm looking for a simple method to swap the active state (color) of my navigation without a page reload. this should happen when one nav button is pressed. Esentially it should change it's state to ...
0
votes
0answers
73 views

How do I get an asp menu to behave like Bootstrap sidebar nav list?

I'm fairly new to Bootstrap and asp and been spending ages trying to get this to work. I have created a master page in VS 2012 that has a navbar fixed to the top of the screen and is populated from ...
0
votes
2answers
38 views

Basic jQuery navigation color change

I'm struggling to find an answer to arguably one of the most basic jquery questions: I would like the following to change the 'a' elements background color to blue (I expect it's a simple syntax ...
1
vote
0answers
49 views

Javascript for a second responsive select nav on ONE page

I'm building a responsive site that uses javascript to create a select nav for the primary navigation menu when the viewport is less than 800px wide. This select nav works as planned. Now, I'm trying ...
0
votes
1answer
25 views

Ideas on an alternative to the <nav> feature - MUST use XHTML Strict 1.0

doing a project at uni and I've completely misread the brief, used HTML5 in my project and realised that I'm not allowed to do this. Oops! My only problem is, I've tried to convert it to XHTML Strict ...
-1
votes
2answers
54 views

Drop-down menu that opens UP/upward CSS

I'm fairly new to CSS so if someone can help me I'd be very appreciative!!! I need to make a dropdown menu that drops up not down, since the nav bar is at the bottom of the page. Here is the CSS for ...
2
votes
12answers
251 views

How can I give the current page's link a disabled look?

In my web site, I have three pages: Home, About, and Contact. I want the current page's link to give some visual indication that clicking the corresponding link would be senseless as the user is ...
1
vote
2answers
66 views

same nav html section in all files?

I'm a complete beginner in web design. I couldn't find an answer after some search. I purchased a template to create my personal website, and now I'm editing the navigation bar data. Yet, it seems ...
0
votes
1answer
67 views

custom side nav menu in Durandal changing style on active

I have a custom asize nav menu, with a list of MenuItem in a array, I bind this list to a ul with a foreach, and the properties of MenuItem to the li, such as; isActive, Name, Link, Icon. I then ...
0
votes
2answers
71 views

nav menu with jquery is not working in IE7,fadin and fadout

(function () { var $make = $('li.prod'); $('div.models').addClass('hide'); $make.on('mouseenter', function () { var $this = $(this); $this.next().fadeIn(150); }); ...
0
votes
2answers
28 views

Navigation currently selected item disregards the background-color. (wayfinder, ModX)

The title pretty much describes my problem. I've got a navigation menu at the top of my page with multiple drop-down sections. Now all of the bg-colors are recognised perfectly the only problem is ...
2
votes
2answers
27 views

Magento #nav with RGBA issue

So I'm trying to add an RBBa background color to my navigation, however it gets pushed back behind an element if its not a solid color. Why is this? The markup is all correct and you can view the ...
0
votes
3answers
34 views

Why does my nav bar move slightly when going to the resume tab

http://www.michaelhoffmandesign.com So I and pretty new to coding and have been coding this website from the ground up for professional use. The problem is, when users click the Resume section, the ...
0
votes
2answers
27 views

HTML: 2 navigations causing problems

I am having a great deal of frustration over coding the following design in css and html. I need two navigations (one grey and the other black) that possesses a simple paragraph tag for the "Call us" ...
0
votes
2answers
121 views

html5/css3 navbar sizing issue

Haven't done any web design for a while now but my girlfriend needed a stack of updates to her site which I did a few years back and have kind of been adding to bit by bit, and as a result it's kind ...
2
votes
3answers
71 views

CSS nav bar disappear under the other div

I have this html code <div id="navbar"> <ul> <li><a href="#">Page1</a></li> <li><a href="#">page2</a></li> <li ...
0
votes
1answer
51 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
1answer
151 views

Woothemes Flexslider 2 missing direction nav buttons

I've been trying to find an answer regarding 'invisible nav features' for flexslider v2.0 but I've found nothing that answers my exact question online. Maybe it's because adding the basic slider to ...
0
votes
1answer
41 views

How do I input an icon in the navigation menu and make it hover sub menus?

I was wondering if anyone could tell me how I could implement icons into my navigation menu, can't find a proper tutorial for this. What I'm trying to is making something similar to this - [1] ...
0
votes
1answer
130 views

Body overlaps fixed, horizontal nav bar up top - CSS/HTML

I have to make a website for an assignment, and I'm having a bit of trouble. I've created a navbar up the top, and it's in a fixed position. However, when I scroll, everything shows through it. What I ...
-2
votes
0answers
17 views

How can I space items in my navigation evenly in the navigation bar?

How can I space items in my navigation evenly in the navigation bar? Here is my html: <nav> <a href="home.html">Home</a> <a href="hinfo.html">Property</a> ...
0
votes
0answers
21 views

sticky nav to stop animating when viewed on mobile/tablets - @media?

Hi I am trying to get my sticky animated scrolling nav to stop animating if the screen is mobile/tablet size. I set the position:static on .fixed_blank in css but this disabled the links. I have no ...
0
votes
3answers
88 views

Connecting link item to content div id with jQuery

I'm attempting to create a simple, multi-tabbed navigation that utilizes a single web page. I have my content laid out as so: HTML <ul id="nav"> <li><a href="tab1">Tab ...
0
votes
2answers
33 views

Highlight multiple div class with link

Hi everyone - After countless searching, i'm still not exactly sure what the terminology is that i'm looking for (It seems so simple). So it's been hard to try and find some progress... Sorry i have ...
-3
votes
1answer
62 views

Two colored navigation bar

I want to do a navigation bar like in this picture. The bar has two colored div. But the content of this divs must be in a wrapper, like the other contents of the page, but i don't know how to do ...
0
votes
2answers
12 views

how to center my navigation

I am having problem with centering the navigation. Tried all possible ways. Unable to center it. Wondering what might be affecting? Do I need to target .nav only? Or container too? My website : HTML ...
0
votes
1answer
77 views

Css Transition For My Home Made Nav

I have created a nav menu myself for my website, I'm no expert but I think the menu turned out great ... I would like for my the menus to open a little slower then instant, maybe have a .5s transition ...
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
1answer
31 views

Navigation Menu: Using a single centered image w/ 2 menu links on either side

Ok, I'm trying to tinker with my navigation menu. I want something like this website: http://aleksfaure.com/ He has a single image (logo) centered with 2 menu links on either side. I've tried a ...
0
votes
1answer
80 views

Change class when page is active

How can I set a .html page active when I change pages? This is needed to change the active tab in my nav bar. I should add the class .current_page_item to the active li of the nav. I've searched a ...
-1
votes
1answer
79 views

CSS menu - Moving bar: What's wrong? [closed]

I want to implement a moving bar into my navigation for my site, but I'm having some trouble. As a tutorial, I followed this link (http://css-tricks.com/jquery-magicline-navigation/) This is my ...
-1
votes
2answers
29 views

Nav links move when window goes above certain size

I have a horizontal css menu which works and displays fine on smaller screens. Though when you see the site on a larger screen the nav links go from being aligned to the far left(which is correct) to ...

1 2 3 4 5 8