Recent Questions
Q: I have a big problem with a trial version of deluxe menu - javascript tree builder.
if I save a testwork from me, minutes later I will open this... then come a message:
can't open the file:
you should change the encoding: "Tools/use utf8 encode"
Change this setting and open your data files.
What's that supposed to mean?
I am grateful when you give me an answer, thx.
A: Try to change the encoding: "Tools/use utf8 encode" and open your datafile.
Q: Do you have a list of which browsers and which operating system platforms that your DHTML Menu is compatible with?
A: Please, see the list of supported browsers.
Windows OS
---------------------------
Internet Explorer 5+
FireFox
Mozilla
Netscape 4.7+
Opera 5+
MAC OS
---------------------------
FireFox
Safari
Internet Explorer
Linux/Unix OS
---------------------------
Konqueror
Mozilla
Q: When I create a tree menu that can be expanded with the double arrows. I was wonder if there was a way to have the dhtml slide tree menu already expanded with I open the page the menu is on instead of having to expanded every time.
A: To expand items by default in Deluxe Tree you should add '+' symbolbefore item text.
Foe example:
["+Deluxe Tree: XP Style","", "default.files/xpicon1_s.gif", "", "", "XP Title Tip", "", "0", "", ],
["|Home","testlink.htm", "default.files/icon1_s.gif", "default.files/icon1_so.gif", "", "Home Page Tip", "", "", "", ],
["|Product Info","", "default.files/icon2_s.gif", "default.files/icon2_so.gif", "", "Product Info Tip", "", "", "", ],
["||What's New","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ],
["||Features","testlink.htm", "default.files/iconarrs.gif", "", "", "", "", "", "", ],
...
The following parameter expands all menu items by default:
var texpanded=1;
Q: The dhtml floating menu does not align to the top of the column and it migrates as one scrolls up or down the page. I would like it to stay in one place.
A: 1) Add valign="top"> parameter for the TD tag with the menu:
<td valign="top">
<script type="text/javascript" src="welcome_files/frenchdata.js"></script>
2) Open your frenchdata.js file in any text editor (or Deluxe Tuner) and change:
var absolutePos=0;
var posX="20px";
var posY="120px";
to
var absolutePos=0;
var posX="0px";
var posY="0px";
3) To turn off the floating feature you should set the following parameter in yourfrenchdata.js file:
var floatable=0;