I need help creating a header menu. You can view the code I've been working on here: http://jsfiddle.net/kc2cc/ .
My goal is to have the clicked menu item (logo, places, events or groups) move down 1px when clicked, and return to its original position when clicked again. This works perfectly in Chrome 15, but in Firefox and IE all elements shift when one is clicked.
What could be causing this issue and how can I resolve it? Thank you.