|
|
Is it possible to set the width for each individual tab in the html tabs navigation?
Return to Recent Questions
Q:
Is it possible to set the width for each individual tab in the html tabs navigation
instead of having them size dynamically based on the tab name?
Basically I want to have identically sized tabs, but can't figure out how to
do it.
A:
You can create Individual Items Style and assign it to your tabs.
var bstyles = [
["bitemWidth=100px"],
];
var bmenuItems = [
["Item 1","", "", "", "", "", "0", "", "", ],
["Item 2","", "", "", "", "", "0", "", "", ],
["Item 3","", "", "", "", "", "0", "", "", ],
["Item 4","", "", "", "", "", "0", "", "", ],
["Item 5","", "", "", "", "", "0", "", "", ],
];
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Nov 06, 2006 - Each item is a different width. Can I do this with your html navigation bar?...
- Nov 14, 2006 - Can dhtml menu script work with tables ?
- Dec 15, 2006 - I can't seem to have a "contact us" menu item to work in the html navigation menu.
- Jan 30, 2007 - I've tried to change the width of the images within the drop down html creator...
- Feb 06, 2007 - We use IFrames and Frameset. Will Deluxe-Menu and Deluxe menu tabs work for us?
- Feb 07, 2007 - Can you create/destroy tabs javascript with only client side javascript
- Feb 08, 2007 - I set a target at '_mainFrame' for my menu in html but it opens in its own window.
- Feb 13, 2007 - How do I make the top html button style to be the same width for each button?
- Feb 17, 2007 - How can I setup Font Size, color for individual level, button in the bar websites?
- Feb 17, 2007 - How I can edit/specify the color schemes on the Glass style tabs in html?
|