-
HTML 5 navigation
Hi all,
I'm interested in creating a navigation system that would work in a similar way to this site navigation http://www.attik.com - but not as complex
e.g
nav item 1
nav item 2
nav item 3
nav item 4
nav item 5
If i click on nav item 3, it would move up to top of list and rest would re-order, like so:
nav item 3
nav item 4
nav item 5
nav item 1
nav item 2
Anyone know if this is possible?
Thanks
-
It's possible. Look into javascripting this. Would be a rather simple process
-
If the navigation items are separate web pages, you do not even need JS. Just order the nav items however you wish on the respective pages.