Below is a screen shot of a full width drop menu (Dolphin 7.1) . What I would like to do, is give the user another way to close the menu other than mousing off the ul. .... <ul class="sub main_elements">
The ul has a class name, but I could give it an id if necessary. What I need, is to place a image or text "Menu Close" link on the menu, so that clicking on this image or text will close the menu without mousing off ul .sub .main_elements. Anybody have any ideas on how to do this with javascript?