I have one HTML Page I want in that HTML page I can move some divs horizontally when I click on some link...
Like
1 2 3 4 5 6 7
__________________________________________________________________
___________________________________________________________________
In between those line the 7 number of divs shows one by one when i click Particular Link & it will come from right side to left side...
<div>
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
<li>6</li>
<li>7</li>
</ul>
</div>