The Modernizr feature-detection script now includes four tests for flexbox support, which you can use to target browsers with varying levels of support more precisely.
Posts Tagged: CSS
Enhancing Responsiveness with Flexbox presentation at RWD Summit
Download the slides and view the demos for my presentation on practical flexbox progressive enhancement for RWD, “Enhancing Responsiveness with Flexbox” for the RWD Summit, as well as get links to related articles, tutorials, and tools on Flexible Box Layout.
Full-width pinned layouts with flexbox
Learn how to use flexbox to pin two things to opposite ends of the viewport with a heading centered in between. Using media queries and flexbox’s re-ordering capabilities, we can make this layout pattern even more responsive.
Leveling Up With Flexbox presentation at Smashing Conference
Download the slides and view the demos for my presentation on practical flexbox progressive enhancement, “Leveling Up With Flexbox” for Smashing Conference in Oxford, as well as get links to related articles, tutorials, and tools on Flexible Box Layout.
Putting Flexbox into Practice presentation at Blend Conference
Download the slides and view the demo page for my presentation on Putting Flexbox into Practice for Blend Conference 2013, as well as get links to related articles, tutorials, and tools on Flexible Box Layout.
Bookmarklets for accessibility testing
I’ve created two simple bookmarklets to reveal whether CSS background images are being used in an inaccessible way on a page. Use them yourself, or help me learn how to improve them.
CSS3 transitions and z-index
You can apply CSS3 transitions to the z-index property, but it may work in a way you don’t expect.
Flexbox syntax for IE 10
It’s tough to keep track of which version of the Flexbox spec uses which property and value names, so here’s a comparison of the current syntax with the 2011 syntax that IE 10 supports, as well as a basic definition of what each Flexbox property does.
CSS3 Layout presentation at In Control Orlando
Download the slides for my presentation on CSS3 Layout for the In Control 2013 Orlando conference, as well as get links to related resources on flexible box layout, grid layout, and other new CSS3 layout-related modules that can be used as alternatives to float layout.
Building Responsive Layouts presentation at CSS Dev Conf
Download the slides for my presentation on Building Responsive Layouts for the CSS Dev Conference, as well as get links to related resources on fluid layouts, media queries, and other responsive web design techniques, tools, and inspiration.