I am building a menu from wp_list_pages which displays more that the first layer of pages (using depth=2). What I want is that when you hover over the top level pages the child pages display to the right. This I have managed here:
However you will see that if you hover over page two the sub menu two disappears before you can get to click on it. How do I make it stay there until another link is hovered over?
Why don’t you use one of the available Ajax frameworks to do that job? With JQuery for instance you should have that menu and a lot more tunning in less then 5 minutes.