Here is a sample code
<div id="one">One</div><div id="two">Two</div><div id="three">Three</div>
And let them say CSS
div {float:left;}
In any case, so that divs appear as Three, Two, One, besides something like float:right ? JavaScript and jQuery are not excluded.
source share