OK! On your hPanel, select the File Manager under the Files section. We will walk through the HTML, CSS and Javascript code, but paying more attention to the programming, since this is a JS tutorial. Every website use dropdown menu, this the best way to organize … Drop-down Nav Menu With HTML5, CSS3 and JQuery. We’ll use just plain JS and CSS, with no frameworks or preprocessors. Example 1: This example contains the dropdown CSS property to display the appearance of dropdown box. All we have to do is to: Setting position: absolute and top: 100% on all the drop-down menus #page-nav ul ul will position it nicely under the respective main menu tab. Wrap the dropdown’s toggle (your button or link) and the dropdown menu within .dropdown, or another element that declares position: relative;. The .dropdown class uses position:relative, which is needed when we want the dropdown content to be placed right below the dropdown button (using position:absolute).. There are many ways to design