Joined November 2013
·
Posted to
Think twice when upgrading to jQuery 2.x
over 1 year
ago
If I could, maybe I would upgrade to 2.x. But the real world demands otherwise.
Posted to
The best css evar
over 1 year
ago
Yes, and since IE7 does not support the box-sizing
property, there's no way to fix it. :)
Posted to
The best css evar
over 1 year
ago
The default box sizing is content-box, which in my opinion is counter-intuitive. When I specify the width of an element, I'd expect it to be the entire visible element, including padding and border. The traditional box model, to me, makes more sense.
Achievements
116 Karma
8,437 Total ProTip Views
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
It is possible to still use tables to display tabular data (which is the point of semantic content). See this demo: http://codepen.io/peiche/details/zvwERd/