aspose file tools
The moose likes HTML, CSS and JavaScript and the fly likes Using DIV Tags and Hover event to Create Expandable Menus Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Using DIV Tags and Hover event to Create Expandable Menus" Watch "Using DIV Tags and Hover event to Create Expandable Menus" New topic
Author

Using DIV Tags and Hover event to Create Expandable Menus

Steve Dyke
Ranch Hand

Joined: Nov 16, 2004
Posts: 1254
I have a page with a header div tag and a body div tag. The header div tag has a link that expands when hovered over to present user a list of radio buttons. The body is a table of records dynamically populated from radio button choice. Every thing was working good until I decided that a couple of the radio buttons needed menus them selves. What is happening is I click on a radio button that has a sub menu, the div tag expans to display the menus. Now suppose I decide I needed to select another main menu radio button. This action is designed to colapse the expanded sub menu already open, then expand the menu of the new selection. However, when the open menu colapses it leaves the cursor outside of the div tag causing the out of scope hover function to fire and colapses the div tag altogether.

What can I do for the design to eliminate this and still have expandable menus.

I sue hope this ranting makes sense.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Using DIV Tags and Hover event to Create Expandable Menus
 
Similar Threads
have two tables I am trying to use jquery accordion effect on
How to effectivly Produce a Menu with Popup Options
Div Tag Width Changing si Undesireable
Discussion on the various classes needed for an Application --- Anyone?
How can I catch the radio button action in jsp?