Quick CSS to hide disabled scroll bars in Internet Explorer

The scroll bars in Internet Explorer never go away. If they’re not needed, they just disable. To me this is an incorrect behavior, and it was really causing problems on a site I’m working on where I’m handling the scroll bars inside of a wrapper div anyway so I didn’t want two scroll [...]

Why is middle the default vertical align for a table cell?

A little bit of a rant here. Why do HTML table cells default to vertically centering the text? I have never done a design that it looked right for the cells to be vertically aligned to the middle. It seems that top aligned would be the most commonly used and for those [...]