Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having ul inside carousel item will break up the caroussel #6

Open
markwemekamp opened this issue Mar 12, 2013 · 0 comments
Open

Having ul inside carousel item will break up the caroussel #6

markwemekamp opened this issue Mar 12, 2013 · 0 comments

Comments

@markwemekamp
Copy link

When you add an unordered list to the markup of the carousel item, it will cause strange behaviour and the list items of the sub list are added randomly as main items

My carousel items look like this:

<li>
    <div class="one-fourth">
        <a href="#"><img src="img/content/ironman.png" alt=""></a>
        <a href="#"><h2>Iron man</h2></a>
        <p>Laos, alongside many of its Southeast Asian neighbours, is well known.</p>
        <ul class="likes-views">
            <li><a class="likes" href="#">165</a></li>
            <li><a class="views" href="#">2,350</a></li>
        </ul>
    </div>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant