Skip to content

Slide tabs from top to bottom #165

Description

Hi and thanks so much,
Your slider is very great, state of the art design. I wonder, is it possible through settings to slide tabs from top to bottom instead of from left to right, like a paternoster lift? If not, maybe it's a feature worth considering?

An example can be found here - the vertical carousel: http://malsup.com/jquery/cycle2/demo/carousel.php - but instead of previous and next I would like the tabbed controls.

$('#slider-id').liquidSlider({ includeTitle: false, dynamicTabs: true, panelTitleSelector: ".title-num", });

markup:

<div class="liquid-slider" id="slider-id">
                                        <div>
                                            <a>
                                                <div class="title-num">
                                                Title 1
                                                </div>
                                            </a>
                                            <div class="tab-content">
                                            ...
                                            </div>
                                        </div>
                                        <div>
                                            <a>
                                                <div class="title-num">
                                                Title 2
                                                </div>
                                            </a>
                                            <div class="tab-content">
                                            ...
                                            </div>
                                        </div>
                                    </div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions