Hacker News new | ask | show | jobs
by pete_b 4647 days ago
FWIW modern flexbox techniques also work in IE 10, you just need the right polyfill since that browser uses a slightly older version of flexbox syntax. For examples:

http://the-echoplex.net/flexyboxes

1 comments

I mention that in the site; however, in my testing their implementation isn't as good as I'd like it to be. To be honest, neither is IE11s :(

http://www.browserstack.com/screenshots/78ef12e58dd1ba200600...

Are you including those polyfills on your site? It would be a good idea, there is on IE11 for Windows Phone yet.