View Full Version : HV Menu - Submenu layers gets hidden behind Drop Down Menu
Whenever I place HV Menu and having Drop-Down Menu form placed below that, the submeny layers get hidden behind the Drop-Down Menu, is there any solution that the submeny layers appear in front inspite of getting hidden behind the menu.
Error can be seen at
http://4jats.4to40.com/services/
jscheuer1
07-05-2005, 01:12 PM
That is only a problem in IE that I know of. HV is such a complex menu/script that it may be hard to use one solution - which is to have the form elements disappear (visibility='hidden') on drop down of the submenus and reappear (visibility='visible') when the submenus go away. One easy to use method is to put the form elements farther down the page.
<script language="JavaScript1.2">
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=40
}
</script>
Please, add some browser detection here. This renders your script useless in most browsers.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.