문제

Is it possible to reorder content from within a parent container to outside of parent?

I want to move content box 3, 4 & 5 from within content box 2 into content box 0 (which is after 1 & 2)

An illustration of my code

Note: I'm only targeting mordern browsers (IE10+)

I have a working example or reordering content within the same parent content box.

Codepen: http://codepen.io/calebo/full/HAzyr

도움이 되었습니까?

해결책

No. Flex items can only be rearranged with their siblings.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top