I can't help but wonder if I have a layout like this:
<div class="container">
<div class="left"> Left </div>
<div class="right> Right </div>
</div>
Changing the view port to 320 pixels requires the right div to appear first and the left div below it. Is this even possible?