Page 2 of 2

Re: Floating - but changing order in which it appears

Posted: Thu Sep 11, 2014 7:35 am
by simonmlewis
I don't think you understand fully.
For Desktop, that is fine, but I want to move the DIV (change order or position), when it's on mobile.
So I don't mean literally have separate HTML, I mean to give some form of order number in CSS.

Re: Floating - but changing order in which it appears

Posted: Thu Sep 11, 2014 8:04 am
by Celauran
I don't see why that wouldn't work. The display is as desired on desktop and the markup is in the right order for the desired display in responsive. Where's the problem? What have I missed?

Re: Floating - but changing order in which it appears

Posted: Thu Sep 11, 2014 8:12 am
by simonmlewis
Ok.
Picture is on left.
Three Divs are on the right.
When it collapses for mobile, I Want the centre div (for example) to be above the picture Div.

Re: Floating - but changing order in which it appears

Posted: Thu Sep 11, 2014 8:18 am
by Celauran
That's exactly what my example does, except with two right divs instead of three. Moving the middle but not the top or bottom will be more complex.