Question
JS Behaviours
I have a situation whre i need to use a number of JS
behaviours, essentially a menu with a drop down. I have an up &
over for the main menu item, on mouseOver i show the layer. This
layer contains 2 sub-menu items each with a up & over state.
Using PVII I snap the layer to the main menu item on mouseOver.
Problem is, I don't want the swapImgRestore to execute on the main
menu itme until i mouseOut on the sub-menu DIV. I've tried a number
of combinations, which includes removing the swapImgRestore call on
the main menu item, and adding a swapImage on mouseOut of the
sub-menu DIV to replace the up state on the main menu. Can't seem
to get anything to work. Any thoughts?
