Page 1 of 1

Fixed height tabs with automatic scrollbar

Posted: Fri Oct 24, 2014 2:11 pm
by norman
If you'd rather have fixed height tabs with automatic scrollbars for any tabs where the content overflows then do the following:

Go to Settings / Site Options / Layout / tabbed Descriptions and set TabberFixedHeight to False.

Go to Design / Library / Layouts / Tabbed Descriptions / Tabber Setup an look for the line:

Code: Select all

</style>
Immediately above it add

Code: Select all

	.tabber .ui-tabs-panel {height:123px; overflow:auto;}
Change the 123px above to suit your requirements.

Re: Fixed height tabs with automatic scrollbar

Posted: Sat Oct 25, 2014 11:27 am
by norman
UPDATE: I've added this capability into jQ Tabber V4.10. It now has a setting TabberUserHeight.