Trying to be pixel perfect on the Web is like begging to be frustrated. I try to not worry so much about a pixel here or there, but sometimes you just have to get complete control to make things look right.
Until recently I had never paid any special attention to the exact amount of whitespace some browsers create around textarea
and input[type="text"]
elements, but then I started implementing a design that required there to be exactly no whitespace around them. And I noticed that browser behaviour differs a bit here, so I needed to find a fix.
Posted in CSS.
Copyright © Roger Johansson