Skip to main content

Posts

Showing posts from March, 2017
MyMenu2 - Drop Down Menu Generator Header Left Column Your menu is in the " MyMenu2 " folder. It includes the main JavaScript file " MyMenu2.js " and a few accompanying files. Installation Instructions Copy (upload) the " MyMenu2 " folder to the root directory of your website. Copy and paste the code [1] below where you want your menu to show up. This code can be placed anywhere between the <body> and </body> tags. [1] The code above consists of the two parts: The <script> tag adds a reference to the main JavaScript file " MyMenu2.js ". If the page is located in a subfolder, use the src with two dots: "../MyMenu2/MyMenu2.js" . The <div> element is a container for the menu. It includes the name of your menu (" MyMenu2 ...