GlideMenus

headerMouseover and headerMouseout

Discussion

Problem

Moving the cursor over 'Contact' does not cause the active menu to hide.

Moving the cursor over 'Home' does cause the active menu to hide because 'Home' calls headerMouseover.

Solution

To fix the problem, add calls to headerMouseover and headerMouseout to 'Contact' header.

Exercise

Your assignment is to ake a copy of this file and modify the contact header so that it uses headerMouseover and headerMouseout.