Top "Nav" questions

The `<nav>` element is new HTML5 element which defines a section of navigation links.

How to get Bootstrap's affixed navlist style?

I've been playing around with Bootstrap for sometime. While I've always been able to get everything working. I've been considering …

css twitter-bootstrap nav
How to I let the clicked nav-pill stays active using bootstrap?

Below is how I created a menu links of my website using Bootstrap 3.1.0. I want the selected nag-pill to stay …

javascript css twitter-bootstrap twitter-bootstrap-3 nav
Can I have a logo image inside a nav element?

In the interest of writing semantic and solid markup, can I position a logo image inside a nav element? Right …

html semantic-markup nav
How do I center the Zurb Foundation top bar nav?

The top bar nav on my site is left aligned like this: | Home | aveoTSD | Silent Nite | I would like to …

css navigation center zurb-foundation nav
Bootstrap 4 - Change breakpoint navbar?

This question was already asked here but this don't work because of the Javascript. So in the provided answer only …

twitter-bootstrap menu breakpoints nav bootstrap-4
Parallelogram navigation background with CSS

I'm trying to create this nav menu (green highlight is the active page, gray is hover state): I can make …

css background nav
html5 NAV TAG proper usage

I've begun to use html tags on my pages, and I'm trying to determine what is the proper usage of …

html navigation nav
Bootstrap 3 Navbar Not Responsive

I've been testing my bootstrap site on various devices to ensure it's responsive. I've got everything resizing correctly for different …

html twitter-bootstrap responsive-design nav responsiveness
Can't Set Default in Twitter Bootstrap Toggleable Tab

The tabs work nicely when clicked but selecting the default tab on window load fails. The javascript runs, no errors, …

javascript tabs twitter-bootstrap nav
HTML5 sub nav semantics

A quick question re: HTML5 nav, specifically that of sub navigation (from a semantic point of view). I have <…

html nav