I have this menu which is just a few menu-items placed next to
eachother like this:

HOME - CONTACT - NEWS

Beneath the menu I have a little image, kind of like an arrow.
I want the arrow to slide from left to right from menu-item to menu-
item, depending on the item i'm hovering over.

So let's say I'm at the Home page. The little arrow is pointing at
"HOME".
I'm hovering over "NEWS" so now the arrow slides over to the right to
point at the word "HOME".

If I switch my mouse to hover over the "CONTACT" item, the arrow
slides along to point at "CONTACT".

And so on. If I'm not hovering over any menu-items, the arrow should
relocate to point to the page I'm currently at.

Is something like this do-able in jQuery? Is there anyone that can
point me in the right direction?

Reply via email to