The best solutions are often the simplest. Here's a list of 8 tips that contain only one css property. 1. Vertical centering with line-height line-height:24px; When you have a container with fixed height you can use line-height property to vertically center the content. Take a look at this demo. 2. Prevent oversized content to break fixed width floated layouts #main{ overflow:hidden; } When over