Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Some Flexbox examples not working with prefix in latest Chrome

In latest Chrome (at the moment 38.x) this example shows me the list items underneath each-other, but the styling of the boxes is gone? ```.nav { display: -webkit-flex; -webkit-flex-direction: column; }

it only works without the ```-webkit```-prefix


I guess the browser-compatibility is changing quite rapidly

Hi,

I changed the category of your post as it's more of a statement than a question that needs an answer.

1 Answer

Fine with me, Wayne it's just confusing, when I try to follow the examples, and don't know which browser to use to see the changes or code applied ...

But sure: Guil explains the basic idea behind flex-box, and that's the most important part.

I saw that Chris Coyier has an updated "Complete guide to Flexbox" here: http://css-tricks.com/snippets/css/a-guide-to-flexbox/

... I'll just hop over there and try out some more examples.