M
MrBanabas
Hi,
I ve got a css based menu system, which uses css hover pseudo class to
dynamically show submenus. That works perfect.
Now, I thought it might be a good idea to change the menu actions to
ajax requests to avoid reloading the menu for each menu action. That
is as well working perfect, but there is one little annoying issue.
The submenus are still shown after the ajax requests are completed.
I ve tried to hide them with prototype hide function on completion of
ajax request.
That one works, but has the negative side effect that the hover effect
is afterwards not working anymore.
Does anybody have an idea how to hide these submenus, which were
initially shown by css hover pseudoclass ??
Thanks a lot in advance.
Volker
I ve got a css based menu system, which uses css hover pseudo class to
dynamically show submenus. That works perfect.
Now, I thought it might be a good idea to change the menu actions to
ajax requests to avoid reloading the menu for each menu action. That
is as well working perfect, but there is one little annoying issue.
The submenus are still shown after the ajax requests are completed.
I ve tried to hide them with prototype hide function on completion of
ajax request.
That one works, but has the negative side effect that the hover effect
is afterwards not working anymore.
Does anybody have an idea how to hide these submenus, which were
initially shown by css hover pseudoclass ??
Thanks a lot in advance.
Volker