Unusual implementation of H4 menus

wxdqz

New Member
I've used dhtml to do the drop down menus and it works great.

For a new site that I'm launching, my client wants some behavior that I haven't yet figured out how to do.

There are two menus, a top level and options underneath that
displayed horizontally looks like

menu1:menu2:menu3:menu4:menu5:menu6
sub1:sub2:sub3:sub4:sub5:sub6

In the example above sub2 is chosen under menu2 and the results for that display is shown. Also all the sub stuff for menu 2 are displayed as html links on this page and have the exact same look/feel as the the dhtml versions of sub1, sub2, etc...

The client wants to be able to mouse over the other top menu stuff and have the dhtml appear over the top of the existing sub menu stuff. If the dhtml for the top menu selection isn't as big as the identical html behind it, the html needs to go away and come back if the user chooses not to leaver her/his original place.

I've figured out how on mouseover to make the html dissapear, the question is will the dhtml top menus take an onmouseover javascript event that is outside of it's own dhtml behavior to make that html dissapear.

Any suggestions? :confused:
 
Back
Top