My Blog Title Here

December 6, 2008

Is it possible to use more than one pop up menu javascript in one Site?

Filed under: Uncategorized — Tags: , — admin @ 5:00 am

Q:

Is it possible to use more than one Menu in one Site, for example with

<script type=”text/javascript”>var dmWorkPath1 =
“menue/produkt.files/”;</script>
<script type=”text/javascript”
src=”menue/produkt.files/dmenu.js”></script>
<script type=”text/javascript”>var dmWorkPath2 =
“menue/navigation.files/”;</script>
<script type=”text/javascript”
src=”menue/navigation.files/dmenu.js”></script>

unfortunately this syntax doesn´t work

A:

You can use as many menus as you want on the one page.

But you should call dmWorkPath parameter and dmenu.js file only once
on the one page.

You cannot write dmWorkPath1 and dmWorkPath2. Your pop up menu javascript won’t work
correctly in that case.

You should write
<!– Deluxe Menu –>
<noscript><a href=”http://deluxe-menu.com”>pop up menu javascript by Deluxe-Menu.com</a></noscript>
<script type=”text/javascript”>var dmWorkPath = “menudir/”;</script>
<script type=”text/javascript” src=”menudir/dmenu.js”></script>
<!– (c) 2007, http://deluxe-menu.com –>

and call several data files:
<script type=”text/javascript” src=”menudir/data1.js”></script>

<script type=”text/javascript” src=”menudir/data2.js”></script>

<script type=”text/javascript” src=”menudir/data3.js”></script>

November 7, 2008

Is there an option for word wrap or do I have to create my pop up menu javascript if I want to have a 2-line menu item.

Filed under: Uncategorized — Tags: , — admin @ 7:15 pm

Q:

Is there an option for word wrap or do I have to create my pop up menu javascript if I want to have a 2-line menu item?

A:

To wrap your text you can use the following pop up menu javascript parameter:
var tnoWrap=0;

you can also use standard <br> tags.
["|Home aaaa aaaaaa aaaaaa<br>aaa aaaaaaaaaaa","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],

November 2, 2008

Does your pop up menu script compatible with Namo WebEditor 2006?

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

Q:

I use Namo WebEditor 2006 to edit our site.
I used your program to create a pop up menu script but when I try to
paste the script into my editor I don’t get the menu. I have read
your instructions and followed them step by step several times but I
have had no success. Can you please assist me.

A:

Deluxe Menu wasn’t developed as Namo WebEditor 2006/Dreamweaver/Frontpage extension,
BUT you can use it as standard Javascript files. To install the menu
into your html page:

1. open the page in Namo WebEditor 2006/Dreamweaver/Frontpage
2. open html source code of the page
3. add several rows of code (<script> tags), For info see:
http://deluxe-menu.com/installation-info.html

That’s all.
To create and configure your menus use Deluxe Tuner application
(included into the trial package):
http://deluxe-menu.com/deluxe-tuner-info.html

October 24, 2008

How do I get the sub-menus to open in the 2nd frame in the pop up menu javascript?

Filed under: Uncategorized — Tags: , — admin @ 2:20 am

Q:

How do I get the sub-menus to open in the 2nd frame of a 3 vertical
frameset.

The pop up menu javascript is in the first frame. I want the sub-menus to open in the 2nd
frame. I don’t see how to set that parameter.

A:

You should check your dm_initFrame() function.

dm_initFrame(framesetID, mainFrameInd, subFrameInd, orientation);

framesetID - id attribute of the frameset;
mainFrameInd - index of the main frame (where the top-menu is placed), >=0;
subFrameInd - index of the subframe (where the submenus will be shown), >=0;
orientation - frame orientaion: 0 - horizontal, 1 - vertical.

You should write it, for example
dm_initFrame(”frmSet”, 0, 1, 0);

September 9, 2008

When using the pop up menu script the third item seems to have a mind of its own

Filed under: Uncategorized — Tags: , — admin @ 12:10 pm

Q:

When using the tab pop up menu script the third item in the second tab seems to
have a mind of its own.à will not take the attributes of all other tabs.

Have tried to force it to comply be creating an individual style just for that
button…but that doesn’t work either.

have spent (wasted) much time trying to get this to work.à What is
the problem?ààà Very frustrated.

A:

This tab differs from other tabs because it is selected tab. You’ve
set:

var bselectedSmItem=10;

You can try to set it in the following way:

var bselectedSmItem=0;

September 3, 2008

If I add another Vista pop up menu javascript, they have completely different look

Filed under: Uncategorized — Tags: , — admin @ 2:00 am

Q:

I never had trouble with your other scripts but Deluxe Tuner is very
difficult and I am about to give it up.

I am trying to set up a new navigation bar using vista 3-1. If I add
another Vista pop up menu javascript, they have a completely different look to the ones with the
templates. It makes no sense.

How do I add items and have it remain the same look?.

A:

See, in Vista style templates we use Individual Item Styles for the
top items.
For, example select the first item on the main window.

In the “Item Parameters” window you can see Individual Styles assigned
for this item:
Item Style - Top Item
Submenu Style - Top Menu

When you add the new item you should assign Individual Styles for it
in the same way.

That is all.

August 13, 2008

Do I have the ability to change colors for the menus and the sub menus in the pop up menu script.

Filed under: Uncategorized — Tags: , — admin @ 4:25 pm

Q:

Do I have the ability to change colors for the menus and the sub menus?

A:

You can use different colors for each item and subitem of the pop up menu script.
You should use individual item styles.
More info you can find here:
http://deluxe-menu.com/individual-item-styles-info.html

Powered by WordPress