
Suppose you have an image and you want to center this both vertically and horizontally in the page.
This is the issue I faced for a website I own where I just wanted to put up logo smack in the middle of the page. While it isn't so difficult to center horizontally, attempting center vertically is a bit tricky.

Last year I came across a superb method of creating rounded corners that I want to share with you. I cannot take credit for it but you can thank Dave Woods for a well thought out approach.

Avoid using the universal selector in your CSS stylesheets. There is just too much inconsistency when it comes to how each user agent treats the selector.

Tonight I was working with a fixed width layout for my new blog and ran into a problem that I always happen to hit - varying height columns.