This is what I've created. I'm setting class='handHeld'
to <body>
in iPad, based on which
the optionsWrapper and #container should switch positions using CSS classes I've defined at the bottom in jsfiddle.net.
.handHeld div.optionsWrapper { ... }
.handHeld div#container { ... }
to something like this:
How to achieve that using CSS only? Please note that first 3 rows (green, gray and blue) may
not be present always so I can not grab their height statically to position div.optionsWrapper
?