Hi,

I recently discovered the YUI Library CSS Tools, that include reset.css, fonts.css and grids.css. It makes cross browser styling simpler and more fun.

Reset.css removes all browser default styling from all elements. So you can start with a consistent state for all browsers. After reset you have to explicitly set all styles for your site’s elements.

Fonts.css normalizes font-sizes and enables cross browser resizability of your type.

Grids.css offers a variety of liquid and fixed width layouts that work in most browsers.

Check out the YUI Website and the video about the YUI CSS tools.