i couldn't find a better title, but i would like to build a tab panel with two tabs that are always present and a undefined number of other tabs that are generated dynamically by the user.

I would like to implement something similar to the app-Tabs in Firefox:

The tabs added by the user should be scrollable, while the other 2 tabs should be pinned and always displayed.

Here's an image: enter image description here

Is this possible via ext or do I have to do it via css?

Thanks for any ideas!

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

Ok for those who are interested, here is how i did it now.

I shift my tab bar to the right by applying a padding-left. The two tabs that i want to pin are hidden and in the free space that results from the padding i put two buttons and make them look like tabs.

If they are clicked, the hidden buttons are activated.

It's not completely finished, but i think it will act as desired.

link|improve this answer
Good idea. You could also create a 1-row, 2-column table layout, or any other valid horizontal arrangement of two containers, and place a separate tabBar in each. – JD Smith Dec 13 '11 at 16:52
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.