My Blog Title Here

November 5, 2008

Can I say to site navigation menu “use wrapping”?

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

Q:

I cannot figure out how to make the text break into two lines.

A:

You can use wrapping in site navigation menu.
Please, use <br> tag in your menuItems, for example:

“item<br>text”

September 26, 2008

Set a slide down menu item to pressed when a page is loaded.

Filed under: Uncategorized — Tags: , — admin @ 9:35 pm

Q:

I want to know how I can set a menu item to pressed
when a page is loaded in slide down menu.

A:

You should set a pressed item using Javascript API:

function dm_ext_setPressedItem (menuInd, submenuInd, itemInd, recursion)

Sets a current pressed item.
menuInd - index of a menu on a page, >= 0.
submenuInd - index of a submenu, >= 0.
itemInd - index of an item, >=0.
recursion = true/false - highlight parent items.

I cannot work out how to change the background colour of the site navigation menu

Filed under: Uncategorized — Tags: , — admin @ 8:35 am

Q:

Hi I have been using the trial version with deluxe tuner. The
only problem I have had is that I cannot work out how to change the
background colour of the menu (how it appears on the page as a site navigation menu
when none of the dropdowns are activated) any help would be
appreciated as I am considering purchasing your product but if I
cannot change the colour then I am only limited to the sample
templates you have supplied

A:

Please, see the following parameters:

var menuBackColor=”#FCEEB0″;
var itemBackColor=["#FCEEB0","#65BDDC"];

September 22, 2008

Is it possible that when I expand “CRM” and then secondly expand “Contact Manager”,”CRM” then returns back to it’s original slide down menu?

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

Q:

I love your product! I used it to create our top level navigation
for the initial re-launch of our site in October and am now using
Delux-tree to create a left navbar for a secondupdate to our site
come Feb. 14th.

I have one question however, is it possible that when I expand “CRM”
and then secondly expand “Contact Manager”,”CRM” then returns back to it’s original states slide down menu? Please let
me know, thanks!!

A:

You should set the following parameter:

var tcloseExpandedXP=1;

September 5, 2008

site navigation menu always positioned the menu at the very top of the page.

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

Q:

I recently downloaded Deluxe Menu to try before I buy. While it
was easy to create a site navigation menu, when I followed the directions for
pasting in the two lines of code where I wanted the menu to appear,
it didn’t work. Rather, it always positioned the menu at the very
top of the page.

Is this intentionally the case because this is a trial version?
I very much like the program; however, I have to know it’s going to
work correctly before I buy.

A:

Info about installation of the site navigation menu on your html page you can find
here:
http://deluxe-menu.com/installation-info.html

> Rather, it always positioned the menu at the very
> top of the page.

Please, check that you have
var absolutePos=0;

You can also send us a copy of your html page (including .js files) and we will check it.

Powered by WordPress