Tabber V3. Fixed height tabs with optional scrollbars

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

Tabber V3. Fixed height tabs with optional scrollbars

Post by norman »

If you want fixed height tabs (with scrollbars for any tabs with more text than will fit) then do the following:

Go to Settings / Site Options / Layout / Tabbed Descriptions

Set TabberFixedHeight to False.

Note down the setting used for Tabbed Descriptions Style.

Go to Design / Library / Layouts / Tabbed Descriptions / <Tabbed Descriptions Style>

Scroll to the very bottom and add the following:

Code: Select all

.tabdiv {
	height: 50px;
	overflow:auto;
}
Changing the 50px to whatever height you want.

You may also want to set TabberAnimation to Fade to get the best effect.
Norman
motoscope
Posts: 1
Joined: Mon Nov 08, 2010 5:17 pm

Re: Tabber V3. Fixed height tabs with optional scrollbars

Post by motoscope »

Many thanks Norman.

Cheers,

Dave Jackson
Motoscope (Northallerton) Ltd
Post Reply