Navigation refers to the process of navigating a network of resources, and the user interface that is used to do so.
0
votes
1answer
28 views
Horizontal scrolling nav elements based on document location
[-] | list-item › | list-item › | list-item › | [+]
I've created a horizontal nav bar that contains any given number of li's but only three are shown at one time (overflow:hidden) on parent div. ...
0
votes
1answer
64 views
navigation with cross fading images html5 css3
i'm trying to set up a navigation with cross fading images besides the nav. But placing the between the is not working.
So my intention is if home, about, work or contact is clicked the( one page ) ...
-5
votes
1answer
81 views
How do I make a header above my navigation bar?
I'm trying to create a navigation bar with a header above it. I want it to be so that the navigation bar will stick once it reaches the top of the screen (which I've already worked out myself) but ...
0
votes
1answer
46 views
Broken navigation in IE
I am currently designing a new website template.
I got the idea to use a click navigation menu just to have a cool feature(it has a fall back for if javascript is disabled).
I got the menu from ...
0
votes
1answer
20 views
Wordpress: mark navigation with “new” posts
I'm looking for a way to put a "new" label in my navigation when there is a new post in that section. I have 3 main sections (1 standard posts and 2 custom post types), so if one of those sections ...
0
votes
2answers
39 views
Navigating across multiple view controllers
I'm fairly new to iOS development. I'm working on an App that segues to multiple table view controllers. When my application launches, it loads view controller A. I then click on a row in View ...
-1
votes
0answers
10 views
Interactive DOM Navigator (Javascript + Ruby) [closed]
We're writing a news aggregator that should allow the not so non-technical admin to enter new news sites manually. When they do, it would be cool if they could click through a typical content page and ...
-1
votes
0answers
43 views
How to achieve the special navigation bar at the top of the picture [closed]
I want to know how to achieve the special navigation bar in the top of the picture in android app.Unlike some news apps,the navigation bar use a beautiful arrow of a line to achieve the effect.
The ...
0
votes
1answer
32 views
Animate navigation when scrolled passed a point
I'm trying to animate (slide in from the top) my navigation menu and it is triggered by the scroll() function. If the users scrolls passed 40, the navigation menu needs to animate. When the users ...
0
votes
2answers
51 views
Pagination for custom post type on page template
Hello I am trying to add pagination to a page template which I am using to display a custom post type. I have looked around for a few hours but I haven't come across clear set of instructions to ...
0
votes
1answer
29 views
Fixed navigation internal links
I have a fixed nav at the top of my site, which links to sections lower down on the page. However, since the nav is fixed at the top of the page and not part of the document flow, it overlaps part of ...
2
votes
1answer
83 views
Breadth First Search in Javascript
function BFS_search(data, start, ende){
var queue = new Array();
var steps = 0;
for(var x=0; x<data.Adjazenzen.length-1; x++){ //push start Element in Queue
...
3
votes
1answer
86 views
how to delete page from navigation stack - c# windows 8
I need to delete selective pages from the navigation stack (winRT- C#)
I checked:
WinRT - How to ignore or delete page from navigation history
and
Pop pages off navigation stack in Windows 8 App
...
0
votes
0answers
22 views
Navigation algorithms for android
I am developing an android maps+navigation app using native android API and mapsforge maps API. My task is to draw a route and provide user with navigation on that route i.e. I have to tell user that ...
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
1answer
57 views
Magento, Navigation Active Class and Breadcrumbs Behaving Strange
Another Magento issue - there seems no end to them.
This time the top menu navigation class 'active' and breadcrumbs seem to appear/disappear depending on the user journey (I guess due to page ...
8
votes
1answer
188 views
R command history: how to configure up-arrow to treat “multiline, brace-enclosed input” as one line?
This question is about configuring the R console to behave like a bash shell when it comes to navigating the command history. It is somewhat related to the ?history. For brace-enclosed multi-lines, ...
0
votes
1answer
70 views
Can't get the menu bar to scale to screen size
I am trying to scale a menu bar according to screen size. I've tried float, @media etc. but it hasn't worked properly. Full screen on my 13' looks great. However, as soon as I scale it down, the menu ...
0
votes
0answers
179 views
Extra Thumbnail Nav Images in Flexslider loaded from Folder by PHP
I'm using Flexslider for it's thumbnail navigation via Jumi for a Joomla site. The slider and nav worked fine out of the box, but to avoid having to hand-code the dozen or so slideshows, I've been ...
0
votes
2answers
38 views
Change CSS property on each page using jQuery
I'm trying to make a navigation menu for a website. The hover event (jQuery) changes <div>background position so a user can see where he is pointing. The final effect I want to achieve looks ...
-2
votes
1answer
47 views
Android app navigation | custom navigation
I think this could be a bit difficult.
I created an coordinate system, to build a game upon it. Since now your are able to move left and right by swiping. Is it possible to allow swipe up/down?
But I ...
0
votes
0answers
43 views
Php site NAVIGATION menu BUTTONS not stable after zoom in,out and in different resolutions,browsers,computers
I made with my colleague a menu for a site. The layers of the divs are like that:
HEADER
MENU
UL
LI in which there is a ######
The problem is that the margin of the ul ...
0
votes
0answers
17 views
How to navigate to Jquery ui tab
In my web app, have page like this.
http://localhost:49641/Tracking/TrackingPage.aspx
The page contains Jquery ui tab( loads using ajax) the tab links( a tags are #201,#202). In the same page ...
-1
votes
0answers
16 views
Block Pieces of a Webpage (ex. Navigation Bars, Recommended Lists, etc.) [closed]
I would like to find a way to block certain image and textual elements on a webpage while still making the central content of that page visible. Namely, I'm thinking of navigation bars, recommended ...
0
votes
1answer
802 views
Responsive Navigation Menu CSS replace Jquery perhaps
I'm trying to create a responsive navigation menu that shrinks when window size shrinks. I've gotten it to work in jquery and css but it's slow on mobile devices and I read that it's better to code it ...
1
vote
0answers
72 views
Drop down sub menu not working
http://www.lumivase.com/
on the above site. The menu disappears when trying to use sub menus of the menu. I.e on the site menu goto market research plus>resource center>(if it hasn't closed yet) then ...
0
votes
1answer
9 views
NavigationService blocks
within my main window, i use following code to navigate to a page.
private void logThresholds_Click_1(object sender, RoutedEventArgs e)
{
...
0
votes
0answers
54 views
Custom Navigation Filter Not Showing Up When Logged Out Orchard CMS
I just created a navigation filter to inject menu items and it works perfectly fine, but that is only when I am logged in as administrator. For some odd reason there is a permission being applied to ...
0
votes
1answer
57 views
Indoor navigation (Mabpox perhaps?)
Good day,
I was wondering, is it possible to create "indoor" maps with Mapbox for iOS (or does anyone have another suggestion)? I have a PDF of an indoor floor plan. I think I need to convert that to ...
0
votes
2answers
58 views
ZF2 different menus in different controllers
I have a question about menus in ZF2.
I have one module, and two controllers, for example. In a layout I can render menus:
<?php echo $this->navigation()->menu('mainMenu'); ?>
<?php ...
0
votes
2answers
32 views
Showing secondary nav on one page wordpress
I have this bit of code in my header:
<?php if (has_nav_menu('sub-header-menu', 'responsive')) { ?>
<?php wp_nav_menu(array(
'container' => '',
...
0
votes
2answers
64 views
Find the Angle between two Bearings
Given two bearing, how do I find the smallest angle between them?
So for example if 1 heading is 340 degrees and the second is 10 degrees the smallest angle will be 30 degrees.
I've attached a ...
0
votes
1answer
118 views
Layout in Hot Towel SPA with top and navigation sidebars
I want to start a new SPA application, and I found Hot Towel template very interesting
I need to have two navigation areas - left panel and top panel.
But Hot towel's default shell contains only ...
0
votes
1answer
47 views
ApyCom JavaScript jQuery menu - how to show the currently selected navigation element?
I'm using ApyCom's jQuery navigation menu. It's working fine except when I click on a different navigation element, I expect that navigation element to remain highlighted to tell the user what page ...
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 ...
0
votes
2answers
38 views
CSS Navigation Changing in Different Browsers
I have an issue with my navigation - works great with this CSS in Safari & Firefox, but doesn't look right in Chrome or IE10.
Here is the site: http://66.147.240.166/~peakeffe
Here is the CSS ...
0
votes
1answer
34 views
Is it possible to add additional parameters to my url when using data-rel=“back” in jquerymobile
I have a page with a button that directs the user to the previous page:
<div class="ui-block-b"><a data-role="button" data-rel="back">Cancel</a></div>
This works great, ...
0
votes
2answers
37 views
Z-index doesn't work in Sub Navigation
I have a problem where my z-indexes just won't kick in and I don't really get why.
I am not able to reposition the elements in the DOM, I need a purely CSS-based solution without any greater hacks
I ...
0
votes
0answers
37 views
trigger onclick on pressing enter key in javascript
I have a code something like below.
var row = document.createElement('div');
var from = document.createElement('div');
rowdiv.appendChild(from);
var subject = document.createElement('div');
theLink ...
0
votes
0answers
17 views
Action Bar, OutlookBar, Navigation bar with SDK 8
I would like to get an action bar (navigation or outlook bar) which contains e.g. 6 Icons with text. If I click on an Icon, I would like to replace the content area of the outer control (nesting the 6 ...
0
votes
0answers
65 views
Jquery Navigation Prepending Responsive Screen Sizes Without Duplication
Situation
I'm using Jquery to handle a dynamic menu. I can get it to work the way I want in the mobile version and the desktop version independently, but not together. The biggest information ...
0
votes
1answer
34 views
Highlight Current Page after Page Loads
Help needed...I have this navigation bar
<div id="nav">
<ul>
<li id="overview" class="first"><a href="start?nhsyshhdyye%sdfsd">OVERVIEW</a></li>
<li ...
0
votes
1answer
15 views
Moodle 2: users are not getting ticks and scores in the navigation tree.
Moodle 2: We are investigating a problem where some users are not getting ticks and scores in the navigation tree when they have finished activities. Since we have not been able to replicate the issue ...
0
votes
0answers
26 views
Magento combine normal navigation with layered navigation
Is it possible to combine both normal menu navigation with layered navigation in getChildHtml(left)?
What I'm, trying to achieve looks like this:
/* normal fixed nav */
Beachwear
Tops
...
0
votes
2answers
106 views
Activity Flows A->B->C->A in android
Suppose I have 3 activities: A, B and C.
A: Home Activity
B: Information gather Activity
C: Information display Activity
My desired flow goes like:
A triggers B to gather information.
When B ...
0
votes
0answers
65 views
Fancy Pants jQuery Menu Help Needed .animate position and height
I'm trying to create a navigation menu where the active item's position is stationary while the items above it or below are slide either up or down.
If you see my fiddle here, I have the initial ...
0
votes
1answer
97 views
How to pass query string parameters from one page and get in another in WP 7 using MVVM Light
I am developing application in Windows Phone 7 in MVVM arhticeture.
I have never worked with MVVM Light. But today for sending querystring parameters from ViewModel of first Page to another, I have ...
0
votes
1answer
69 views
How to navigate through next and previous message button on media player theme?
EDIT: Due to copyright, the body of the question has been hidden.
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
161 views
Responsive CSS /java script DIV - show on click only on mobile query
I have looked all over online trying to solve this problem. I am in the process of making a desktop website responsive for mobile and have run into issues with the Navigation menu. I have set it to ...







