My Blog Title Here

December 10, 2008

I have created the script de menu multiple times but every time it comes up with the error.

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

Q:

I have tried to use the Deluxe tuner menu in one of the websites
I am trying to create however, the script de menu gives an error. I have
created the menu multiple times but everytime it comes up with the
same error. I have attached the entire web page file with this mail.
Can you please go through this and help me fix the errors.

A:

Now you have

var itemBorderWidth=”";
var menuBorderWidth=”";

It is not correct. You should set values for these parameters.

var menuBorderWidth=”0″;
var itemBorderWidth=”0″;

November 11, 2008

I want to open links in a new window in the rollover menu menu?

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

Q:

I have been working with the trial package for the last couple of
days, of which I have been really impressed with. However there have
been a couple of things that have frustrated me greatly…

The natural place that I first tried was replacing the
“content1″ line with a direct URL in the var bmenuItems section but
this made no difference at all. I am also trying to work out what
each set of “” equate to as I have found a couple of pages on the
Internet very similar to this but none of them have nine different
sections.

["Home","content1", "", "", "", "", "1", "", "", ],

Is it possible to allow one of the tabs on this template to just
open another page? I look forward to your response in regards to
these questions and hope to hear from you again soon so that I can
crack on with this project.

A:

You can’t assign links in Dhtml Tabs when you’re using var tabMode = 0;.
You can assign only the object’s ID of <div> on your page.

Try to set var tabMode = 1;
and use links for your rollover menu items.

October 18, 2008

Is it possible to use more than one rollover menu in one Site?

Filed under: Uncategorized — Tags: , — admin @ 3:40 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 rollover menu won’t work
correctly in that case.

You should write
<!– Deluxe Menu –>
<noscript><a href=”http://deluxe-menu.com”>rollover menu 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>

October 15, 2008

What parameter do I change to set the transparent background in script de menu?

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

Q:

I am designing a tree menu. I want the text blue on a transparent
background. What parameter do I change to set the transparent
background in script de menu?

A:

You should set the following parameters:

var tmenuBackColor=”transparent”;
var titemBackColor=["transparent","#D5E8FF"];

September 12, 2008

Does your script de menu support imbedded check boxes?

Filed under: Uncategorized — Tags: , — admin @ 9:50 am

Q:

Does your script de menu support imbedded check boxes? I want to be
able to use menus to help users select options and want to have
those selections ’stick’ for the duration of their session. Do you
have any examples of this?

A:

Yes, you can insert any html code within menuItems, for example:

["|You can place <b>any HTML code</b><br> to item, for example <u>image</u>:<br><img src=img/logo.gif>","testlink.html"],
["|Index  <select style='width:120px;height:17px;font:normal 10px Tahoma,Arial;'><option>Section 1<option>Section 2<option>Section 3</select>", "", "", "", "", "", "", ""],
["|Search <input type=text style='width:80px;height:17px;font:normal 10px Tahoma,Arial;'>  <input type=button value='Go' style='width:30px;height:17px;font:normal 10px Tahoma,Arial;'>", "", "", "", "", "", "", "0"],
["|Write Us", "mailto:support@deluxe-menu.com", ""],

September 7, 2008

How can I center my navigation script de menu within my HTML page?

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

Q:

How can I center my navigation script de menu within my HTML page? I have tried
putting the script into a table that is centered. I have also changed the
var menuWidth to 800px. The navigation bar is still right-justified
instead of centered in both IE and Firefox/Mozilla.

A:

Now you use absolute position for the script de menu:

var absolutePos=1;
var posX=”0px”;
var posY=”0px”;

You should set:
var absolutePos=0;

Powered by WordPress