The portion of HTML and XML that deals directly with page navigation
0
votes
0answers
8 views
jqgrid-mutiselect:true not working with getChangedCell('dirty')
i am using jqgrid. want to delete multiple comments using the save/delete button so that db can also be updated at the same time. i am able to delete rows on the grid for that time only. when reloaded ...
0
votes
0answers
11 views
Bootstrap echo active for navbar <li> including dropdown children
This is for a basic bootstrap navbar with a dropdown, which is being used in a header.php (so each page cannot have it's own navbar with list-items with an active tag)
I've been using this to echo an ...
0
votes
0answers
19 views
Bootstrap navbar disappears when resizing screen
My navbar is supposed to collapse to a select-list when the screen is resized below threshold. It works for my home page, but not for the others, i.e. on other pages besides home page, when the screen ...
0
votes
1answer
23 views
Bug with Bootstrap's Navbar in Google Chrome
I use the standard code from bootstrap on my website. If I load the page on Chrome (edit : version 27.0.1453.56, on Windows), it shows like this, with the last 2 items that drop on another line : ...
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
5answers
40 views
unable to align navbar to center
I have searched lots of question in this forum and it doesnt seems to help. I'm trying to center my navigation bar however despite following most of the answers text-align = center; doesn't work for ...
0
votes
1answer
64 views
How do I make my HTML5 nav li tab stay active on click with CSS3?
I am learning HTML 5 and CSS3 and am having trouble with my tabbed navigation bar. I thought the li:active css stlye would achieve my goal but that only is upon click and doesn't stay that way. I ...
1
vote
1answer
10 views
Maintain navbar with full page background
I've added the following to css in hopes of creating a full page background:
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
}
#bg img {
position: absolute;
...
0
votes
1answer
25 views
3 Logos not disappearing with responsive navbar
I've tried everything to make my 3 logos disappear when the browser becomes mobile friendly. Instead they just float around the screen. I've tried placing my images before, after, and all sorts of ...
0
votes
1answer
41 views
Bootstrap navbar active class drupal
I`m rebuilding my old website into drupal 7.
I decided to use the drupal bootstrap theme, because my older website also uses bootstrap.
Bootstrap theme
By default the drupal navbar is included in ...
1
vote
0answers
67 views
twitter Bootstrap nav-bar not working
I am using twitter Bootstrap nav bar.
I am trying to make the nav bar behave properly for the mobile devices(i.e when the screen size is small).
nav-collapse works fine in this jsfiddle. But for ...
0
votes
1answer
15 views
Nav-bar Foundation Become Down Position
I have problem using nav-bar menu on foundation 3. I use default code on foundation 3 old doc but the menu become down. Please see my attach. ...
0
votes
1answer
21 views
Verticaly aligning nav bar with css
I am making a website for fun and i put in a navigation bar. The only problem is that the navigation bar is not vertically centred and is being pushed down a row by the links leaving an unwanted white ...
0
votes
1answer
21 views
Navbar does not dropdown on tablets
My site, jrummyapps.com, works fine on computers but if I view the full site on my Nexus10 I am not able to get the dropdowns to work. Is this fixable with something? I am new to tablet sites so I am ...
0
votes
0answers
63 views
how to add class 'ui-btn-active 'on li tag in jquery mobile at runtime
i am using jQuery Mobile Navigation Tabs. i take a common footer for all pages like footer.html, and load this footer on a footer div at run time. this is working good as i want.
here is my code of ...
0
votes
1answer
38 views
Website design and coding for mobile devices
I am trying to develope a website for mobile devices.
I am testing on iphone and ipad at the moment but I have an issue with the ipad.
I have the following code:
<body>
<div ...
0
votes
0answers
26 views
HTML - 'Persistance Navbar'?
I was wondering if it was possible to do the following in HTML.
index.html:
<title>Awesome Website</title>
<link href="navbar.html" rel="i-dunno-what-to-put-here" ...
1
vote
1answer
29 views
How to change Grey (Buttons-links) on navbar (menu) bootstrap?
i m playing around with bootstrap for the couple past days and it seems that i can't figure out how to change the main color of the links(buttons of the navbar). I am currently using Version 2.3.1 .
...
1
vote
2answers
44 views
jquery mobile navbar icons appear twice
The icons in my jQuery Mobile NavBar appear twice, can't see why, code copied from jQuery docs
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
...
0
votes
1answer
27 views
jquery mobile persistent navbar footer partly hidden
using jquery mobile 1.3.1. Created a persistent navbar inside footer, works ok but navbar is only partly shown. about half of the height is hidden.
here's the code, this is after the closing div of ...
0
votes
1answer
28 views
How can I place an image on a Bootstrap navbar until it reaches the max height, then go under the navbar?
Basically, I saw this fiddle in an answer to a similar question. In that example, I want the image to only have a 40px height but still be at full resolution, and the rest just goes "under" the ...
0
votes
1answer
154 views
Twitter Bootstrap: navbar button not showing or toggling collapse
I'm adapting Twitter's Bootstrap to my Ruby on Rails tutorial project (By Michael Hartl) and the upper navigation isn't collapsing.
I'm currently getting this:
My end goal is this:
I've copied ...
0
votes
0answers
64 views
Bootstrap navbar and php include function
I'm working with bootstrap navbar and everything is fine, but when I call include function on php to call the navbar I see a gap between top of the page and navbar. What happend?
This is the ...
1
vote
1answer
37 views
jquery mobile remove active theme
Here's a JSfiddle. But just in case - Here's some code for a typical navbar using jquery mobile.
<div data-role='navbar' data-theme='a' id='nav' data-iconpos='left'>
<ul>
...
1
vote
2answers
78 views
bootstrap static nav container
I have modified my bootstrap skeleton top nav to this: http://jsfiddle.net/55dTU/
<div class="navbar navbar-static-top">
<div class="navbar-inner">
<div class="container">
...
0
votes
0answers
57 views
Jquery to make Fixed Div take width of Parent Div?
I'm working on a project that requires a navbar that shows at all times, but the site is also supposed to be responsive (skeleton boilerplate). I have my CSS so the navigation bar is fixed, which is ...
-1
votes
2answers
62 views
Make a concave navbar with twitter bootstrap
I'm trying to make my footer navbar slightly concave instead of horizontal. Anyone know of a good way to do this?
UPDATE
Sorry, I wasn't to descriptive before. I'm trying to do something like the ...
0
votes
0answers
115 views
Bootstrap navbar align right but need responsive to align left
I used pull-right to align the top navbar to the right but when I resize the window and see the responsive menu, the list items are also aligned right, looks bunched up. How can I align the regular ...
0
votes
2answers
39 views
How to change UINavigation Back Button to an image?
So I have these images that are used for a custom Nav bar and items, they look like this.Currently I have the custom nav bar set up, however I don't know how change the default "back" button to the ...
0
votes
2answers
36 views
NavBar Image Links Aren't Working, but code is perfect. What's up?
So here's my current HTML code, within the <head> section:
<ul class="nav">
<li>
<a href="http://www.greg-holmes.com/#/title" target="_blank">
<img ...
0
votes
2answers
330 views
How do I implement the bootstrap navbar active class with Angular JS
If I have a navbar in bootstrap with the items
Home | About | Contact
How do I set the active class for each menu item when they are active? That is, how can I set class="active" when the angular ...
1
vote
4answers
43 views
Navbar not changing background immediately - IOS
I'm trying to change my navbar's background with the code:
- (void)viewDidLoad
{
[[UINavigationBar appearance] setBackgroundImage:[UIImage imageNamed:@"header_bg_smooth.png"] ...
0
votes
0answers
27 views
Custom navbar in Volusion…
I am trying to create a custom navbar in Volusion. The test navbar looks great in an online CSS Sandbox, but it does not translate over to Volusion in the same way at all. This has me very frustrated ...
0
votes
2answers
40 views
Navigation won't stay in place like I want
[1] http://i.stack.imgur.com/tXB4G.png
[2] http://i.stack.imgur.com/ub3PN.png
The first image [1] is how I want the nav to stay all the time (on the left of the middle div which is centered), but ...
2
votes
1answer
47 views
Unnecessary “blank” space around Nav bar
So I'm very new to css/HTML ( two months or so ) and I'm working on the home page of a website that consists of a header image, Youtube embedded player, and a nav bar. First time posting here btw, ...
1
vote
2answers
54 views
Two Responsive Nav bar in Bootsrap Page Conflicts
Using Bootstrap Responsive Framework I have to use two Nav bars in my page. they work fine but in a toggle mode clicking on icon lists both "nav-collapce" items!
I tried to rename the collapse class ...
0
votes
1answer
83 views
Bootstrap Responsive Navbar goes weird formatting at lower view ratios
Site: collecthw.com
When the NavBar is full screen it takes up 100% of the width of the screen and the search bar is in the NavBar.
On Mobile and when you shrink your browser window, it changes. I ...
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
0answers
14 views
Select value of navbar via code (jquery)
I have a navbar on the top of my page where people can select a city.
Everytime they close the app, they have to reselect the city, because I can't find a way to automatically select (visually) the ...
0
votes
1answer
25 views
CSS centering inline navia
I am having an issue centering a nav menu I created for my class, I have tried all text-align, margin-left/margin-rgiht, centering it in html etc. Every site I find tells me to margin-left:auto; and ...
0
votes
1answer
56 views
Appcelerator Titanium, getting the current window and applying property not working
I'm trying to add a right nav button in iOS to a windows in Titanium.
The code is just the original "master/detail" starting template provided by Titanium and then in MasterView.js, I try to add a ...
0
votes
1answer
19 views
Have well directly connect or touch the navbar in Bootstrap
CodePen
I am trying to have the well directly "connect", or touch the navbar. I tried resetting the padding to 0px, to no avail. How could I do this? See CodePen
0
votes
1answer
53 views
Bootstrap Nav Bar JQuery Partially Fixed
So I have a template that all the pages on my site are created from. Here's an example of what I want: fiddle
However, on my site, since those links go to a specific page (i.e About.html when you ...
2
votes
1answer
227 views
Bootstrap Nav Bar Active
I'm using the navbar from bootstrap however whenever I click on one of the page titles, the navbar doesn't highlight it to show that I'm on that page. For example, if I'm on the home page then the ...
0
votes
0answers
164 views
bootstrap dropdown menu on navbar nav links
Hi I'm a novice in web programming (only web!) so be gentle please. I'm trying to build a sample app using bootstrap. My interest is in navbar in which I want to be able to have dropdown menu on nav ...
2
votes
1answer
75 views
Why is the .navbar mixin not working in Bootstrap 2.3?
I've been trying to convert the Bootstrap example of including the class in the HTML to using LESS mixins. So far I have succeeded, but I am running into problems with my menu. Currently I'm using the ...
0
votes
0answers
95 views
Nav bar submenu container: How to cope with long list-item overflow by wrapping?
I have a hosted blog and I'm modifying templates, however the code for adding submenus to the nav bar is straight out of this great tutorial:
http://www.devinrolsen.com/pure-css-horizontal-menu/
I ...
0
votes
0answers
68 views
How to use navbar tabs in jquery mobile
I have set up tabs that loads different information based on the tab. I've also added code so that I can navigate to a specific tab on loading the whole page (instead of just going to the default ...
1
vote
1answer
143 views
Bootstrap navbar: whitespace appears when collapsed (Rails app)
I've read some different solutions to this but none that are specific to a Rails app and therefore I can't quite find the fix. I've got a rails app that is using twitter bootstrap. I'm using their ...
3
votes
1answer
349 views
How do I get twitter-bootstrap navbar subitems to collapse/expand on small screens?
The twitter-bootstrap 'hero' example (http://twitter.github.io/bootstrap/examples/hero.html) works well. At the risk of describing the obvious... On small screens, when the navbar menu is activated, ...





