Hello, i want to use panelTabbedPane in my App. The first thing i realized is: The labelwith of a panelTab changes according to the content.
So i played with myfaces-example (from 29.8.2005) with three browsers. (Opera 8.02, Firefox 1.06 and the IE6) Result for tabbedPane example: the width of the label for tab3 is greater as the width of the others. (holds for all browsers) tab1 and tab2 have equal width in IE and different width in firefox With Opera the tabs are dynamic. when i move the mouse onto the tabs they began to change size. I was able to minimize one tab so that it was no more selectable. Does someone know how i can achieve static width? I want to display datatables in four tabs. The datatables fit hardly on a screen. When the app starts all tabs are visible: tab1 | tab2 | tab3 | tab4 After selecting tab2 this shows as tab1 | tab2 and tab3, tab4 are no more visible. Ciao, Carsten And there is another kind of problem:

