Recent Questions
Q: I have not put your software into our site yet. I am only working on it in frontpage.
However when I have tried to look at it with the browser it does come up with the active x message.
Our site has no active x components otherwise.
A: Please, try to check browser settings. You can try to see Deluxe Menuon the another computer.
On my computer I don't see such message.
Q: It's been couple of months since I last time asked something about tree menu. I am still evaluating the software.
I have a short question. Is it possible to use CSS instead of JavaScript to tune the look and feel of the tree menu? For example I would be interested in giving menu css java item height value in relative numbers (em or %) rather than specifying a size in pixels...
A: But actually you can use 'em' and '%' units in Deluxe Tree, forexample.
var tmenuWidth="13em";
var tmenuHeight="12em";
var tmenuWidth="35%";
var tmenuHeight="15em";
Q: I cannot figure out how to make the text break into two lines.
A: You can use wrapping in Deluxe Menu.
Please, use <br> tag in your menuItems, for example:
"item<br>text"
Q: I would like to have the dhtml sliding menu save the state when reloading or refreshing the browser.Can this be done with the expandable menu? If so, what is the syntax?
A: You should use the following parameter:
var tsaveState = 1;
Example, you can find here:
http://deluxe-tree.com/data-samples/tree-menuxp-save-state.html