Forum Moderators: open
What I have done so far: a list (i.e. ul) driven navigation with a sub-menu on a separate layer. When one rolls over one of the navigation items (i.e. li) the opacity on the item reduces to 50% and toggles the sub-menu layer.
What I am having trouble with: trying to retain the opacity of the ‘rolled over’ item on the menu whilst the mouse is hovering over the sub-menu layer.
Sorry if this is unclear.
What I want to do: somehow use javascript to toggle the style that makes the list item opaque (I already have to required style - I just have to toggle it in the sub menu layer).
Thanks in advance.