Recent Questions
Q: > Does you tree menu php support right-to-left layout? that is to say it opens thebranches/submenus from the right to left .
A: Yes it is possible to create a menu for right-to-left languages with Deluxe Tree in the same way as in standard htmlcode.
Please, set <HTML dir="rtl">.
You should set the following parameters:
var titemAlign="right";
var ticonAlign="right";
var texpandBtnAlign="right";
Deluxe Menu support right-to-left languages.
In Deluxe Menu you can set the following parameter:
var dmRTL = 1;
Set this parameter to 1 if you're using right-to-left direction of html page <HTML dir=rtl>.
Q: .How can I open frameless pop up window upon the page loading?
A: To open the popup window upon the page loading you should set thefollowing parameter:
openAfter=0
deluxePopupWindow.attachToEvent(win,'openAfter=0,,,,,')
You can find this parameter in Deluxe Tuner.
Q: Can you tell me why these two simple dhtml tabs menus are conflicting and overwriting?
A: Notice, when you have several dhtml tabs menus on the one page you should calldtabs.js file only once.
<script type="text/javascript" src="Top_Center1.files/dtabs.js"></script>
Q: Trialling your menu maker. Was trying to get the tabs dhtml menu bulder working,but it gives me the error "Tabs[...].id is null or not an object" within the program and under IE7, but not under Mozilla Firefox. Obviously the tabs will be used on my website, of which 80-90% of traffic is MS-IE.
Do you know about this problem, and is there a fix. This will be a major stumbling block against me buying the product if this problem is not fixable.
A: Try to set the following dhtml menu bulder parameter:
var bselectedSmItem=0;