I created drop down menus according to some samples. My problem is the following:
When I change the resolution of the monitor, there is white space on either side. When my mouse move from the menu buttons to the white space, the menus do not hide. (Right now, we do not want the width to be dynamic. So the white space will be there.)
I want to use javascript to check if mouse is on any of the menus (div element). If not, I can hide all the menus. So what javascript code can be used to check if the mouse on the element?
Tim
When I change the resolution of the monitor, there is white space on either side. When my mouse move from the menu buttons to the white space, the menus do not hide. (Right now, we do not want the width to be dynamic. So the white space will be there.)
I want to use javascript to check if mouse is on any of the menus (div element). If not, I can hide all the menus. So what javascript code can be used to check if the mouse on the element?
Tim