»
EnglishFrenchVietnamese

Print - Inner Menu - JavaScriptBank.com

Full version: jsB@nk » Menu » Multilevel menu » Inner Menu
URL: https://www.javascriptbank.com/inner-menu.html

Inner Menu © JavaScriptBank.comThis JavaScript creates a listbox when vistiors click the specified image.

Full version: jsB@nk » Menu » Multilevel menu » Inner Menu
URL: https://www.javascriptbank.com/inner-menu.html



CSS
<STYLE>#innermenu A {TEXT-DECORATION: none}#innermenu A:hover {BACKGROUND-COLOR: #ffff95}</STYLE><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<SCRIPT language=JavaScript1.2>var ie5=(document.getElementById&&navigator.appName.indexOf("Internet Explorer")!=-1&&navigator.userAgent.indexOf("Opera")==-1)if (ie5){document.write('<span style="text-align:left;position:relative;width:150px;height:20px;border:1px solid black;font:bold 12px Verdana;padding:2px" onClick="showhide(1);event.cancelBubble=1" ><span style="cursor:hand;width:100%">Script Categories <img src="tridown.gif"></span>')document.write('<div id="innermenu" style="position:absolute;left:2;top:16;width:240px;height:150px;border:1px solid black;background-color:white;overflow-y:scroll;visibility:hidden;">')}function gl(linkname,dest){document.write('<b><a href="'+dest+'">'+linkname+'</a></b><br>')}function showhide(state){var cacheobj=document.getElementById("innermenu").styleif (state==0)cacheobj.visibility="hidden"elsecacheobj.visibility=cacheobj.visibility=="hidden"? "visible" : "hidden"}if (ie5){gl("Background and document","script/cutindex2.shtml")gl("Clocks, calendars, and timers","script/cutindex1.shtml")gl("Combo Boxes","script/cutindex16.shtml")gl("Cookies","script/cutindex7.shtml")gl("Form and form Validation","script/cutindex13.shtml")gl("Games","script/cutindex22.shtml")gl("IE 4.x","script/cutindex11.shtml")gl("Image slideshows & galleries","script/cutindex21.shtml")gl("Images and music effects","script/cutindex4.shtml")gl("Links","script/cutindex5.shtml")gl("Math related","script/cutindex10.shtml")gl("Menu and redirection","script/cutindex23.shtml")gl("Messages","script/cutindex20.shtml")gl("Mouse Cursor effects","script/cutindex18.shtml")gl("Other","script/cutindex9.shtml")gl("Password protecting","script/cutindex6.shtml")gl("Random Stuff","script/cutindex15.shtml")gl("Scrollers","script/cutindex3.shtml")gl("Search Engines","script/cutindex14.shtml")gl("Status Bar effects","script/cutindex19.shtml")gl("Text effects","script/cutindex17.shtml")gl("User and browser info","script/cutindex8.shtml")gl("Windows, remotes, frames","script/cutindex12.shtml")}if (ie5){document.onclick=function(){showhide(0)}document.write('</div></span>')}</SCRIPT><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


Files
http://javascriptbank.com/javascript/menu/tridown.gif