Forum Moderators: open
I have absolute positionned the navigation bar, meaning that I can put it anywhere in the code and it will always appear at the same place in the layout/browser. But now I wonder where, in the code, I should put it?
At the start - after the accessibility/skip links, which are the first thing after the opening <body> tag - or at the end just before the closing </body> tag.
At the moment it's at the end, for SEO purposes, but also because I thought that hearing their screen readers 'read' the nav bar (7 items - 2 with accesskeys) on each page might annoy people.
But then I thought that if they want to use the main navigation, people will have to remember the skip link or tab through the whole page (which could annoy them as well).
So where would you place the navigation if you had the opportunity to chose? Or where did you put it, if you used absolute positioning?
Or where did you put it, if you used absolute positioning?
I usually put mine at the very bottom or right before it. I may have something else down there like the top navigation too. I usually put main content first, then the left nav, right nav (if applicable), top nav. And, if I have any sort of tracking code, it gets placed at the very end right before the </body>.