sub-items of my menus css are all listed on the same line as the tabs
Q:
What I want to do is use your XP Tabs Template.
It appears fine in the Preview Pane but when I load it on my web
page the sub-items are all listed on the same line as the tabs.
A:
If you want to create subtabs in your menus css you should use Tab Mode
var tabMode=1;
and write your bmenuItems in the following way:
var bmenuItems = [
["-","", "", "", "", "", "", "", "", ],
["XP Tab 1","content1", "", "", "", "", "", "", "", ],
["XP Tab 2","content2", "", "", "", "", "", "", "", ],
["|SItem 226","", "", "", "", "", "", "", "", ],
["XP Tab 3","content3", "", "", "", "", "", "", "", ],
["|SXP Tab 4","content4", "", "", "", "", "", "", "", ],
["-","", "", "", "", "", "", "", "", ],
];
but in that case you can’t assign the ID of the DIV to show when you
click on the tab. You can set the links only.