|
|
I can't figure out how to change the names of each tab for the simple dhtml tabs!
Return to Recent Questions
Q:
I can't figure out how to change the names of each tab for the simple dhtml tabs!
A:
You can set the name of each tab in the Deluxe Tuner.
Double click on the item name in the Items area.
Or set the name of the tab using var bmenuItems:
var bmenuItems = [
["Name of Tab1","content1", "", "", "", "", "1", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Name of Tab2","content2", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Name of Tab2","content3", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "0", "", "", ],
["Contact us","content4", "", "", "", "", "2", "", "", ],
];
Return to Recent Questions
Related:
- Sep 26, 2006 - Is there a way to change the height of the main buttons in my simple dhtml menu.
- Nov 05, 2006 - The font color doesn't change when I roll over the dhtml side menu
- Jan 20, 2007 - Where can I change the state of Vista1 dhtml buttons?
- Jan 25, 2007 - How I can change the background of the top level mouse over menu names?
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- May 24, 2007 - How I can add content below the dhtml tabs menu, like you have on your site?
- June 30, 2007 - How I can change the color of the selected menu item in the dhtml menu templates?
- Aug 30, 2007 - What parameter do I change to set the transparent background in expanding dhtml menu?
- Sep 06, 2007 - Is it possible to change which tab is selected in css menu tabs
- Sep 18, 2007 - I would like the icon background to change with the alternating colors of css dhtml menu
- Sep 24, 2007 - I cannot work out how to change the background colour of the dhtml dynamic menu
|