I want to have a layout that work like the css3 multicolumn with column-count: 4 functionality in such that the layout is fluid. My layout is as folowing: for small device:
control1
control2
control3
control4
For bigger device: (look a the order)
control1 control3
control2 control4
Then for extra big screen i could have
control1 control2 control3 control4
This keeps the order of the control so that if i want to use my existing keys (tab index) it works perfectly.
Please look in explorer how this work with css3