Add a top navigation bar (group 6)

Registered by Ole Seglem

This could change the way you navigate and does not alter the design of the page that much. We could add a back button, some links to other vital pages or even drop down menus. By adding this feature it could help the user to navigate when the pages are long, no need to scroll all the way to the bottom (or all the way back up again) to reach that home button.

We can make the navigation bar follow you when you scroll by using the data-position="fixed";

We can hide the navigation bar with the css option display:none;

Blueprint information

Status:
Complete
Approver:
Jo Størset
Priority:
Undefined
Drafter:
Ole Seglem
Direction:
Needs approval
Assignee:
Ole Seglem
Definition:
Review
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
Ole Seglem
Completed by
Ole Seglem

Sprints

Whiteboard

I have added a header bar which has a fixed position, so that when you scroll down a bar this will follow. You can tap the screen to hide it, and tap again to show it. It just have a title and a home button at the moment, but more can be added. I also need to find out how to hide it when javascript is not present.

Solved the no javascript problem with a combination of the <noscript> tag and the <style> tag in HTML.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.