Selteco Menu Maker Help
Inserting top menu items
Click
below top menu list to create a new top menu item.
Inserting sub menu items
Select top menu item to display submenu (if any) and click
below sub menu list to create a new sub menu item.
Changing menu text
Double-click the menu item and enter new text.
Changing menu link
Select menu item and click
below, then enter the new link. The link should begin with http:// or you can use relative links but they will work only after you upload your menu to your website. If you click the menu item in the preview pane, the link will not be executed, a message will popup instead. Links will work after you export the menu to .js (JavaScript file) file with Export HTML or Export JavaScript file commands.
Removing menu item
Select menu item and click
below the list.
Exporting the menu
Click Export HTML command. You will download .zip archive with .js file (menu in JavaScript file) and sample HTML file with your menu inserted.
Extract both files to your desktop and double click HTML file to see the menu working.
Inserting the menu to your website
Click Export HTML command. You will download .zip archive with .js file. There are more instructions inside attached HTML file. You have to copy the .js file to your website folder and use the following code:
<script scr="menu1.js"></script>
If you don't have jQuery imported elsewhere add the code to your head tag:
<script scr="http://code.jquery.com/jquery-latest.js"></script>