My Blog Title Here

November 9, 2008

I am having some trouble placing the dhtml horizontal menu in frontpage.

Filed under: Uncategorized — Tags: , — admin @ 11:10 am

Q:

I am having some trouble placing the dhtml horizontal menu in frontpage. Does your company
have a toll free number and some kind of tech support for the frontpage
material. We are very interested in your program.

A:

Unfortunately, we don’t provide support by phone, e-mail only.

See, you should do the following things.

1. Create your menu in Deluxe Tuner.
2. Export the menu into html file “File/Export/To HTML”.
3. Copy generated folder with all engine .js files and images
(”deluxe-menu.files/” by default) and data-deluxe-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 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:

<!– Deluxe Menu –>
<noscript><a href="http://deluxe-menu.com">dhtml horizontal menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>

and
<script type="text/javascript" src="data-deluxe-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-deluxe-menu.js"></script>
</div>
6. Save your index.html page and open it in any browser.

September 27, 2008

At the first time arrow images are loaded successfully in the dhtml horizontal menu…

Filed under: Uncategorized — Tags: , — admin @ 10:30 am

Q:

At the first time arrow images are loaded successfully in the
menu, That time I click the dhtml horizontal menu and open a new page in crossframe. After that I try to open new page from Main Menu, the arrow
images are not displayed in the Sub-menus.

A:

Thanks for your interest in our products.

You can use additional parameters to make menu paths absolute:

var pathPrefix_img = “http://domain.com/images/”;
var pathPrefix_link = “http://domain.com/pages/”;

These parameters allow to make images and links paths absolute.
For example:

var pathPrefix_img = “http://domain.com/images/”;
var pathPrefix_link = “http://domain.com/pages/”;

var menuItems = [
["text", "index.html", "icon1.gif", "icon2.gif"],
];

So, link path will be look so:
http://domain.com/pages/index.html

Images paths will be look so:
http://domain.com/images/icon1.gif
http://domain.com/images/icon2.gif

Please, try to use these parameters.

September 7, 2008

Do you have online tutorials to learn how to work with dhtml javascript menu?

Filed under: Uncategorized — Tags: , — admin @ 8:40 pm

Q:

Hi, I just downloaded a trial version of your software but I
don’t know how to use it. Do you have online tutorials to learn how
to work with it?? Thank you.

A:

Unfortunately we don’t have step by step tutorial now. We’ll try to
create it in the nearest time.

1. Create your dhtml javascript menu in Deluxe Tuner application.
You can create any menu as you like in Deluxe Tuner.

Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &
Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)

You can use ready to use templates. You can find them in the templates
window.

When you open Deluxe Tuner ( Deluxe Menu ) you can click “File/New”
and add items and subitems using buttons “Add Item” and “Add Subitem” on
the main window.
You should set items and subitems parameters on the “Item Parameters”
window.
See also other parameters for the menu on the main window.

More info about dhtml javascript menu parameters you can find on our site (you can also
use local version of the site which you can find in the trial package
“Deluxe Menu / deluxe-menu.com /”)
http://deluxe-menu.com/parameters-info.html
http://deluxe-menu.com/menu-items-info.html

You can also use Individual Styles for items and subitems
http://deluxe-menu.com/individual-item-styles-info.html
http://deluxe-menu.com/individual-submenu-styles-info.html

2. You should install the menu on your page.
You can click, for example, File/Export to HTML (you can’t do it in
the MAC version).

Add several rows into your html page.

<head>

<!– Deluxe Menu –>
<noscript><a href="http://deluxe-menu.com">dhtml javascript menu by Deluxe-Menu.com</a></noscript>
<script type="text/javascript">var dmWorkPath="deluxe-menu.files/";</script>
<script type="text/javascript" src="deluxe-menu.files/dmenu.js"></script>
<script type="text/javascript" src="data-deluxe-menu.js"></script> //data-deluxe-menu.js - data file created in Deluxe Tuner.

</head>

<body>

<table>
<tr><td><script type="text/javascript" src="deluxe-menu.files/data.js"></script></td></tr>
</table>

</body>

You should also copy all engine files
dmenu.js
dmenu4.js
dmenu_add.js
dmenu_dyn.js
dmenu_key.js
dmenu_cf.js
dmenu_popup.js
dmenu_ajax.js
into “deluxe-menu.files/” folder. You should place this folder in the
same folder with your index. html page.

August 11, 2008

I get the notice “Incorrect Copyright” in my dhtml horizontal menu..

Filed under: Uncategorized — Tags: , — admin @ 7:45 am

Q:

I have in my script the following entry

<script type="text/javascript" language="JavaScript1.2"
src="resources/deluxe-menue/dmenu.js"></script>
<noscript><a href=http://deluxe-menu.com/>(c)2008 Javascript
Menu by Deluxe-Menu.com</a></noscript>

but I get the notice “Incorrect Copyright” in my dhtml horizontal menu. What did I make wrong?

A:

You should write NOSCRIPT tag in the following way:

<noscript><a href="http://deluxe-menu.com">(c)2008 dhtml horizontal menu by Deluxe-Menu.com</a></noscript>

Make sure that you’re using last version of Deluxe Menu.

You can download last version of Deluxe Menu from the same link in
your license message.

Powered by WordPress