Vista-Button.com                
back
next
Refresh
help
Vista Buttons.com Samples    Purchase     Download     Support


FAQ

Isn't there a way to insert two different website menus at different locations?


Return to FAQ

Q: I would like to place two different website menus within the same webpage (different locations). When I insert the second menu the first menu changes to look like the second. Isn't there a way to insert website-menus into one webpage at different locations?


A: To use several website menus on the same page you should create a new project for each menu. Vista Buttons application generates .js file and names it automatically. For the same project you have the same .js file.

So if you want to insert several menus on the same page you should:
1.Create first menu. Save your project as html page or insert your menu into the html page using "Page insert" function.
2.Create new project: File/New.
3.Create another menu. Use "Page insert" function to add your second menu into the existing html page with the first menu.
You can also use "Save HTML" button to save your second menu on the separate html page.
Then you should open saved html page, copy all code for Vista Buttons
<!-- Begin Vista-Buttons.com -->
......
<!-- End Vista-Buttons.com -->
and paste it in the correct place on existing html page with the first menu.
You can do it in any text editor.
Don't forget to copy the folder with images and .js files generated by Vista Buttons application for the second menu in the same folder with your html page.

Return to FAQ