M
Mark Constant
I am taking a Javascript course online. We are learning to create
drop-down menus with <div> layers. The problem is that the way the
books teachers us to get the dropdown menu to work you have to click
the link once and twice to get rid of the menu. I am doing my final
project and I want to use the
OnMouseOver() function to get the menu open. The only problem is when
I do OnMouseOver on the link it opens the menu but when I go to click
something on the menu the menu disappears because my mouse isn't over
the original link anymore. Is there anyway to keep that menu open even
after I leave the link? I don't need exact code since this is my
project and I don't need anybody to do my homework. I just would
appreciate a point in the right direction.
drop-down menus with <div> layers. The problem is that the way the
books teachers us to get the dropdown menu to work you have to click
the link once and twice to get rid of the menu. I am doing my final
project and I want to use the
OnMouseOver() function to get the menu open. The only problem is when
I do OnMouseOver on the link it opens the menu but when I go to click
something on the menu the menu disappears because my mouse isn't over
the original link anymore. Is there anyway to keep that menu open even
after I leave the link? I don't need exact code since this is my
project and I don't need anybody to do my homework. I just would
appreciate a point in the right direction.