Recent Questions
Q: I am having a lot of trouble trying to get the menu to work properly. I want to make sure that I get it working before I make the licesning purchase. 
 The menu is to be CSS based but while I have the main menu somewhat in location, none of the settings are correct. Can you help?
 
A:  See, the problem is that the script can't get css properties of the object if they are described in separate .css block (or file). 
 To get the value you should move .css style into style="POSITION: relative;" attribute.
Please, try to add your 
 css file -> inline css 
 Try to write so: 
<DIV id=if-navbar style="POSITION: relative;">
Q: How can I set a top menu as a link in the web tree view?
Also, some of the parent menu items don't work as a link even though areconfigured as links.
A: Actually you cannot use links for the top items in the XP Style.
But theoretically you can use links for the top items. You can write
 ["<a href='index.html' class='home' target="frame">Home</a>","", "", "", "", "Return to Index page", "", "0", "", ],
 ["<a href='http://www.domain.uk' class='home' target="frame">About Us</a>","", "", "", "", "", "", "0", "", ],
  ["|Introduction","http://www.domain.uk/introduction.htm", "", "", "", "", "", "", "", ],
Q: I have another question:
 Menu behavior in SAFARI is does not properly work compared to EXPLORER.
 If you have a look at the site via SAFARI, please do the following:
 Example:
 Under menu "Projets" select "par pays" then "Afrique" then "Algerie".
 It will then show a left hand menu. Please select "2008/2010".
 It will correctly show content.
 Then if you try to select again via menu "Projets"; the html menu navigation does not show anymore the submenus. You still need to click a menu without submenus, like "News", and then afterwards you can click "Projets" and the system will again show submenus.
 This strange behaviour does not appear in EXPLORER nor in FIREFOX. 
A: 	The problem is in your frame structure after you open "Projets" select "par pays" then "Afrique" then "Algerie".
Your menu won't work correctly with such frame structure.
You should use the following frame structure for all pages at once:
--------------------------------------------------------
topFrame with the html menu navigation 
--------------------------------------------------------
 Algerie_leftFrame |
 with | Algerie_mainFrame
 Tree Menu |
--------------------------------------------------------
bottomFrame
--------------------------------------------------------
and write your init function in the following way:
dm_initFrame("frmSet", 0, 2, 0);
Or you shouldn't use Algerie_leftFrame and Algerie_mainFrame at all (use one mainFrame) and write your init function in the following way:
dm_initFrame("frmSet", 0, 1, 0);
Q: Now I experiences a problem with the Danish letters in the dhtml drop down menu generator! I have changed the letters in the scriptfile - but this does not work.
 Have we a problem with Danish letters?
A: Notice that you should have UTF8 charset on your page too:
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
You can also use another charset on your html page and open your data file in text editor, enter thissymbols and save data file in the way you save your html page.
Notice that you should turn off "Tools/Use utf8 encode" setting inorder to open your data file correctly in Deluxe Tuner.