Recent Questions
Q: I'm using your javascript onclick menu tabs. What exactly is bselectedSmItem for? I know that bselectedItem is the selected tab, but what is bselectedSmItem?
A: bselectedSmItem is index of the selected subtab.
You should use this javascript onclick menu parameter if you use var tabMode=1;
If you use var tabMode=0;
you should set it to:
var bselectedSmItem=0;
Q: Deluxe Tunes says:- “Use "File/Export to HTML" to see how to write the code within html page.”
If I use this the generate the code it places the
But if I look at your website code it looks as if it should be placed within the <Body> </body> tags
Can you confirm where this should be placed? As we are seeing the dmlinks before the page is displayed.
A: You should paste search engine friendly code into the <body> tag.
Q: I’m trying to add a padding before the beforeItemImage for the sub navigation bar but I can’t do it after hours off trying it.
A: You should add a separator with blank (or white) image.
var separatorVImage="deluxe-menu.files/space.gif";
var separatorVWidth="7px";
var separatorVHeight="27px";
var separatorPadding="0px";
And assign Individual style for this item
["itemBorderWidth=0","itemBorderStyle=none,none"],
Q: The home page of our website uses java script dhtml. The error comes up when attempting to select a tab for the first time; subsequent selections are fine. The error is something about an object being null. Probably just need to modify a function to test for null, but can't read the .js file because its obfuscated.
A: You should set the following java script dhtml parameter.
var bselectedSmItem=0;
There are no subitems in your menu.