Skip to content

Buttons below the main slider block #483

@evildmp

Description

@evildmp

If you choose the CS-Portfolio demo at http://css-tricks.github.com/AnythingSlider/#&panel1-1&panel2-1, you can see this issue.

This is the structure:

div.anythingSlider, height 390px
    div.anythingWindow, height 390px
    div.anythingControls, height 49px

This means that anything that follows div.anythingSlider is going to overlap div.anythingControls, as the top of "Queenie's Killer Tomato Bagel Sandwich" slider does in this example, because succeeding elements don't care about the total height of div.anythingSlider's children, only about the declared height of div.anythingSlider.

I am not sure what a safe general-purpose solution would be.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions