Hacker News new | ask | show | jobs
by techtalsky 4159 days ago
Really cool way of visualizing some CSS concepts but I would have loved to see "float". I think that's the one that gives people the most trouble. I think it would probably take several gifs to illustrate though. I do appreciate that the author kept his presentation very simple.
3 comments

This is a great explanation of using floats for layout: https://dl.dropboxusercontent.com/u/4374976/css.html
I would have like to see position:sticky.
It'll be great when the time comes, but it's definitely not ready for production: http://caniuse.com/#search=sticky
Thanks! Margins, floats, inline blocks could be something of a separate post or two.
That would be wonderful. I have several friends who really struggle with CSS right now, and this kind of illustration is super useful. Floats are such a fundamental and confusing CSS concept. Any illustration of it would be useful.