|
|
How do I control the individual tab width for afloat tabs?
Return to Recent Questions
Q:
How do I control the individual tab width for afloat tabs?
A:
var bmenuWidth="100%";
I have 5 items in my example, so I've created Individual Style
var bstyles = [
["bitemWidth=20%"],
];
And assign it for all items:
["Item 1 text text","", "", "", "", "", "0", "", "", ],
["Item 2 text text","", "", "", "", "", "0", "", "", ],
["Item 3 text text","", "", "", "", "", "0", "", "", ],
["Item 4 text text","", "", "", "", "", "0", "", "", ],
["Item 5 text text","", "", "", "", "", "0", "", "", ],
But notice that items width cannot be smaller than the width of its'
text. So it is possible that you'll have different size of some items
if your window have a small size.
Return to Recent Questions
Related:
- Sep 24, 2006 - If there is a way of establishing the width at "runtime" in the javascript dynamic menu?
- Oct 16, 2006 - I need the sub menu of the drop menu to be vertical instead of horizontal
- Jan 29, 2007 - Is this java script drop down menu floatable?
- 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 17, 2007 - How I can edit/specify the color schemes on the Glass style tabs in html?
- March 08, 2007 - Which file(s) I must change to change the content of each tab in the tabs dhtml?
- March 15, 2007 - In my dynamic html menu I'm getting an error - Error: 'floatable' is undefined
- April 14, 2007 - I want to open links in a new window in the website tabs menu?
- May 24, 2007 - How I can add content below the dhtml tabs menu, like you have on your site?
- June 07, 2007 - I cannot add icon before each item in the sub-menu in javascript tabs.
|