Have to vent
Posted: Tue Feb 02, 2010 2:20 am
So, I've been working on a website for a business for the last several months and as most of the work up to this point has been coding, I have only recently begun to go back through the HTML markup and CSS to clean them up a bit and I came to the conclusion that...
Whoever decided to make Padding not part of Width is a freakin moron and needs to be held accountable for mine, and countless other developers who've had to deal with this! Why on earth do I need not one, but two specs (margin and padding) that go beyond my content's \"width\" value. Why not throw one of them out?
I mean, when you think padding, I think of packaging something in a box and the \"padding\" is the bubble wrap and my box is well...my box, and the width of the box is well...the width of my box. Who the F thinks padding is on the outside of the box? WHO!
Then, you got the term IE Box Bug which considering how most people think of IE, is meant to be a bad thing, when in fact Microsoft got it right (for once). So, now we need CSS3 and some new spec to actually make a box the width we want with the padding on the inside where it's supposed to be.
Coulda saved a lot of time and just shot whoever's brain child this was.
Whoever decided to make Padding not part of Width is a freakin moron and needs to be held accountable for mine, and countless other developers who've had to deal with this! Why on earth do I need not one, but two specs (margin and padding) that go beyond my content's \"width\" value. Why not throw one of them out?
I mean, when you think padding, I think of packaging something in a box and the \"padding\" is the bubble wrap and my box is well...my box, and the width of the box is well...the width of my box. Who the F thinks padding is on the outside of the box? WHO!
Then, you got the term IE Box Bug which considering how most people think of IE, is meant to be a bad thing, when in fact Microsoft got it right (for once). So, now we need CSS3 and some new spec to actually make a box the width we want with the padding on the inside where it's supposed to be.
Coulda saved a lot of time and just shot whoever's brain child this was.