I am having some trouble placing the dhtml drop down menu vertical in frontpage.
Return to Recent Questions
Q:
I am having some trouble placing the dhtml drop down menu vertical in frontpage. Does your company
have a toll free phone number and some kind of tech support for the frontpage
material. We are very very interested in your dhtml drop down menu.
A:
You should do the following things.
1. Create your dhtml drop down menu in DHTML Tuner.
2. Export the menu into html file "File/Export/To HTML".
3. Copy created folder with all engine .js files and images
("menu.files/" by default) and data-menu.js (by default) into the same folder with you index.html page (created in
FrontPage).
4. Now you should add several rows of code into your index.html file.
You can do it in FrontPage (open HTML source tab of the page and edit it)
or in any text editor. Open your index.html page and edit it.
Notice that you'll have errors in the Preview. But you won't get errors if you open this page in the browser.
5. Add the following code in the tag:
<!-- DHTML Menu -->
<noscript><a href="http://dhtml-menu.com">Dhtml drop down menu by DHTML-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="menu.files/";</script>
<script type="text/javascript" src="menu.files/dmenu.js"></script>
and
<script type="text/javascript" src="data-menu.js"></script>
in the place where you want to have the menu.
You can paste it in <table>, <div> tags. For example.
<div align=center>
<script type="text/javascript" src="data-menu.js"></script>
</div>
6. Save your index.html page and open it in any browser.
Return to Recent Questions
Related:
- Sep 13, 2009 - Can I create a scroll vertical java script menue on the right side of the screen and the subnav popout on the LEFT?
- Sep 16, 2009 - I need the submenu orientation of the simple html menu to be vertical instead of horizontal
- Sep 19, 2009 - When I click on link of my vertical html navigation menu no file is loaded!?
- Sep 26, 2009 - How I can make javascript drop down menus be displayed horizontal instead of vertical?
- Oct 19, 2009 - How can I create css horizontal menus Horizontal at level 1, Horizontal at level 2, then vertical?
- Oct 21, 2009 - How I can add little vertical spacers between menu items in the dynamic dropdown menu?
- Oct 26, 2009 - Are vertical menus also supported? I couldn't find them in dhtml web menu examples.
- Nov 21, 2009 - I'm having some trouble placing the web site navigation in frontpage.
- Nov 23, 2009 - How I can make submenu of my dynamic menu items to be displayed horizontal instead of vertical?
- Nov 27, 2009 - I am having some trouble placing navigation menu vertical in frontpage.
- Jan 07, 2010 - I'm attempting to install a drop down menu in javascript I've created into FrontPage2003.
|