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

How can we use it for Divs instead of img? #1

Open
anupalhub opened this issue Jun 19, 2015 · 0 comments
Open

How can we use it for Divs instead of img? #1

anupalhub opened this issue Jun 19, 2015 · 0 comments

Comments

@anupalhub
Copy link

Can you please explain.
I want this to implement for my divs instead of <img> in <li>. This is my HTML:

<div id="container">
    <div id="milesones">
        <div class="milesotne"></div>
        <div class="milesotne"></div>
        <div class="milesotne"></div>
        <div class="milesotne"></div>
    </div>
</div>

Here is CSS to give you overview

#container{
overflow: hidden;
width: 800px;
}
/*To scroll milestone inside the container*/
#milestones{
width: 1241px; /*coming dynamically from JQuery*/
}

How can i implement?

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