Christian Heilmann

What can we do when there is too much navigation?

Thursday, July 28th, 2005 at 9:58 pm

We have faced quite a dilemma today and had a 4 hour meeting about possibilities how to solve it. The client has a huge sitemap, and they are bound by law to offer all of the services listed in it on their site as links.

Now, up to two levels, a navigation on the left hand side is bearable, but when it comes to three levels with up to 30 links each, even the highest resolution will have the current link below the proverbial fold.

We tackled a lot of that by using something I christened “Contextual navigation order (CNO)”, meaning the current section will always be the first in the navigation, which is good for visual users and screen readers, as neither need to go past the other links to reach where they want to go. An example of CNO is on the easynav demo page and on the North Yorkshire Council web site. North Yorks solved the third level by moving it to the right of the screen, but in this case that space is reserved for marketing.

As cutting down on links is not an option – although it would be more usable – we needed a solution that shows the third level. As the client was not sure if their development team can put parts of the navigation somewhere else on the screen – the easiest option in the CMS (Tridion) is to loop through all folders once and generate one navigation – we wondered if there is a CSS/JS solution which still remains accessible.

A first draft of my attempts can be found here:

Maybe you will have to face the same problem, or you have another option?

Personally, I don’t see much sense in displaying that many links at once, and as a visitor I’d use the A to Z or the search instead.

Share on Mastodon (needs instance)

Share on Twitter

Newsletter

Check out the Dev Digest Newsletter I write every week for WeAreDevelopers. Latest issues:

160: Graphs and RAGs explained and VS Code extension hacks Graphs and RAG explained, how AI is reshaping UI and work, how to efficiently use Cursor, VS Code extensions security issues.
159: AI pipelines, 10x faster TypeScript, How to interview How to use LLMs to help you write code and how much electricity does that use? Is your API secure? 10x faster TypeScript thanks to Go!
158: 🕹️ Super Mario AI 🔑 API keys in LLMs 🤙🏾 Vibe Coding Why is AI playing Super Mario? How is hallucinating the least of our worries and what are rules for developing Safety Critical Code?
157: CUDA in Python, Gemini Code Assist and back-dooring LLMs We met with a CUDA expert from NVIDIA about the future of hardware, we look at how AI fails and how to play pong on 140 browser tabs.
156: Enterprise dead, all about Bluesky and React moves on! Learn about Bluesky as a platform, how to build a React App and how to speed up SQL. And play an impossible game in the browser.

My other work: