Fixed height tabs with automatic scrollbar

jQuery based tabbed Product and Fragment Descriptions.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Fixed height tabs with automatic scrollbar

Post 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.
Norman
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Re: Fixed height tabs with automatic scrollbar

Post by norman »

UPDATE: I've added this capability into jQ Tabber V4.10. It now has a setting TabberUserHeight.
Norman
Post Reply