Show date list with moving arrows?

Asked

Viewed 40 times

0

I would like to know how to make a kind of slide with dates, with arrows on the sides if it exceeds a specific width. This is what I have. What I need is a kind of pagination system, but it doesn’t change any information on the site, just something visual.

<div style="padding:20px;padding-top:0;width:100%;background:#333;color:white;text-align:center;">
    <ul style="display:inline;list-style:none;" id="ull">
        <li style="text-align:left;"><h2 style="padding:0;">Galeria de Fotos</h2></li>
        <li style="display: inline;"><a>2000</a></li>
        <li style="display: inline;"><a>2011</a></li>
        <li style="display: inline;"><a>2012</a></li>
        <li style="display: inline;"><a>2000</a></li>
        <li style="display: inline;"><a>2011</a></li>
        <li style="display: inline;"><a>2012</a></li>
        <li style="display: inline;"><a>2000</a></li>
        <li style="display: inline;"><a>2011</a></li>
        <li style="display: inline;"><a>2012</a></li>
        <li style="display: inline;"><a>2000</a></li>
        <li style="display: inline;"><a>2011</a></li>
        <li style="display: inline;"><a>2012</a></li>
    </ul>
</div>

inserir a descrição da imagem aqui

1 answer

0


  • That’s not quite what I needed, I needed a plugin that showed for example, the dates from 200 to 2010, then had the arrow to the side where there was more.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.