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