Example : http://www.net-a-porter.com/product/163606
So far my code:
<style type="text/css">
li {float:left;height:50px}
</style>
<div style="height:100px">
<a href="#" class="top">up</a>
<ul>
<li>Product 1</li>
<li>Product 2</li>
<li>Product 3</li>
<li>Product 4</li>
<li>Product 5</li>
<li>Product 6</li>
</ul>
<a href="#" class="down">down</a>
</div>
@Shai. Do you know why this is not working. I am finding out if there is more than three LI than show arrows. Otherwise do not show arrows:
UPDATED – Solution: