I’ve started a vertical menu here: http://jsfiddle.net/1___/bjXp2/1/
I have a few questions:
1) How do i make ‘onmouseover’ only show the .myList that belongs to the .title I mouse over, instead of all the .myLists?
2) For the .myLists, I’d like to center align them based on their size. Meaning: I mouse over the .title, and a .myList appears. However, for big .myLists or small .myLists, they all display equal numbers of sub items above and below my cursor.
Thanks! I feel like I’m making lots of progress on this menu. –are there any other good examples of jquery vertical menus out there?
edit sorry, I may have confused some. I wasn’t looking for an accordion menu, instead i was looking for something like Ulan Murzatayev suggested. ..now the question is: how do i handle the mouse out event/position the .myList to the right as so a mouseout doesn’t happen prematurely?
Hopefully this is what you want: http://jsfiddle.net/bjXp2/44/