Re: [css-d] Flexbox order and first/last elements ...

2013-10-25 Thread Micky Hulse
Thanks for the reply/answer/code Philippe! It's much appreciated. On Fri, Oct 25, 2013 at 11:01 PM, Philippe Wittenbergh wrote: > Directly? I don’t think so - all those (:first-*, :last-*) pseudo-classes > target real elements in the DOM. Ah, that's good to know. Thanks for the clarification. :

Re: [css-d] Flexbox order and first/last elements ...

2013-10-25 Thread Philippe Wittenbergh
Le 26 oct. 2013 à 14:42, Micky Hulse a écrit : > When using a flexbox layout, and re-ordering columns (for example) > using the "order" property, is there a way to target the "visible" > first/last child? > > Everything I try only affects the actual ordering of elements in the > source code, no

[css-d] Flexbox order and first/last elements ...

2013-10-25 Thread Micky Hulse
When using a flexbox layout, and re-ordering columns (for example) using the "order" property, is there a way to target the "visible" first/last child? Everything I try only affects the actual ordering of elements in the source code, not the ordering that's set via "order". Thanks! __