A simple drill down menu for web, ipad, iphone Create a .html file and paste the below html code in the body location HTML CODE <body> <div id=’box’> <div id=”menu”> <div class=”nav”>DRILL DOWN MENU</div> </div> <div id=”button” class=’test’>CLICK ME</div> <br class=”cb” /> </div> </body> In the .html file copy the total javascript code and place […]