Recent Questions
Q: I have tested and tested but can't find out how I can add the following, as a link in drop down navigation bar. Can you please help?
 http://domain.no/secure/modules/tutorials/cpanel-x3/cpanel-x3-addon.swf" rel="shadowbox;height=450;width=780" 
A:  You should add <a> tag into the text field in that case:
["<a href="http://domain.no/secure/modules/tutorials/cpanel-x3/cpanel-x3-addon.swf" rel="shadowbox;height=450;width=780">test</a>","",""]
But you should specify a styles for this link also.
Q: Deluxe html tabs appears to not work at all on Windows Vista machines running Internet Explorer. This includes for example that the content in the tabs simply does not appear. Is there a fix for this?
 Just want to make sure I can resolve these issues before making a purchase. 
A: 	 Try to delete height: 0%; parameter from the styles:
 <div id="content1" style="height: 0%; visibility: hidden;" class="tabPage">
So you'll have:
 <div id="content1" style="visibility: hidden;" class="tabPage">
Q: If there is a possibility to change the dhtml dropdown menus?
A: You should use API functions. 
dtreet_ext_changeItem (menuInd, itemID, itemParams) 
More info you can find here: 
http://deluxe-tree.com/functions-info.html
Q: I'm using onclick tabs and want to ask if it's possible to change the the z-index id?
A:  To change z-index in Deluxe Tabs you should open dtabs.js file in anytext editor and find the following text "  var TLJ=2000;".
Here you should change the value.