Here is my code: <script type="text/javascript" language="JavaScript"> _menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse ...
I wish to have a menu without borders, there should be a separator between each item, the problem is that I want a separator or border before and efter the menu as well.
The quick solution is to create a disabled menu item before and after to get the desired effect, but when I move my mouse ...