Hi, On May 24, 1:27 pm, Andrew Baughman <[email protected]> wrote: > To clarify what you are trying to accomplish...when you hover over a main > menu item, you do not want the sub menu to display? Or you do want the sub > menu to display, but using javascript rather than css?
Actually, I want to achieve something different. Let s assume the user clicks on a menu item in the third level of my menu tree, that means several submenus were opened by css hover effect. Clicking that menu item triggers an ajax request, which updates the content below the menu bar, but not the menu bar itself. The content gets replaced, but unfortuently the submenus are still visibile. If I move the mouse away the submenus will close. I would like get that effect without moving the mouse away. -- Volker --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected] -~----------~----~----~----~------~----~------~--~---
