liumingjun wrote: @media>760px is normal
but,@media<760 logic shows error
Need a totally adapated solution :i don't have real idea …
Except very complex JS system : need 2 separate part : one for big screen and one for little screen.
If you look source code : order of element are like this. Maybe with flex display it can be differnt, but … clearly : complex.
More clear : in HTML we have
Header of array
- White cell
- Sub question #1
- Sub question #2
Answser #1 text
- radio input for Sub question #1/ answer #1 (+ label)
- radio input for Sub question #2/ answer #1 (+ label)
Answser #2 text
- radio input for Sub question #1/ answer #2 (+ label)
- radio input for Sub question #2/ answer #2 (+ label)
It's the real order … hard to show n it with a differtent order …