My latest project involves creating a dropdown menu. I want to make it so that when I hover over a tab, the opacity of the other tabs in the menu changes, except for the current tab.
For example, when I hover over the Home Tab, the state of the Home tab and list item remains unchanged (yellow color, opacity=1), while the other tabs (Tutorial, Article, Inspiration) change (grey color, opacity=0.5).
<code>http://jsfiddle.net/dennisho/6fX42/2/</code>