8 CSS gotchas to start your morning off right (satire)
1–10 of 38 posts
Re: 8 CSS gotchas to start your morning off right (satire)
#2https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-al...
Re: 8 CSS gotchas to start your morning off right (satire)
#3The one about vertical-align seems wrong. I use it all the time when aligning text next to images and that has nothing to do with tables afaik. https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-al...
Re: 8 CSS gotchas to start your morning off right (satire)
#4This just reads like a massive complaint-fest TBH.
Re: 8 CSS gotchas to start your morning off right (satire)
#5Re: 8 CSS gotchas to start your morning off right (satire)
#6Can't say I agree with this article - I don't really run into CSS gotchas too often anymore. This just reads like a massive complaint-fest TBH.
Re: 8 CSS gotchas to start your morning off right (satire)
#7Can't say I agree with this article - I don't really run into CSS gotchas too often anymore. This just reads like a massive complaint-fest TBH.
Re: 8 CSS gotchas to start your morning off right (satire)
#8It eases you into the realisation nice and slowly. I'm guessing given the penchant for people to comment based purely on titles, some won't even get that far.
Re: 8 CSS gotchas to start your morning off right (satire)
#9I was reading the first few and thinking "No... No... Hrmmm... this seems really misinformed" before it dawned on me around point 5 that the whole thing is satire. It eases you into the realisation nice and slowly. I'm guessing given the penchant for people to comment based purely on titles, some won't even get that far.
Re: 8 CSS gotchas to start your morning off right (satire)
#10The one about vertical-align seems wrong. I use it all the time when aligning text next to images and that has nothing to do with tables afaik. https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-al...
Although most of the article is satire, vertical align has a lot to do with tables. Centering only works in table-cell elements. Take a look at the code http://howtocenterincss.com/#contentType=text&horizontal=cen...
Or, one of the references mozilla links to there is: http://phrogz.net/css/vertical-align/index.html