masthead image
Cascade Style Sheets

Rounded Corners In CSS

Monday February 2 2009, 09:04 PM

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 Universal CSS Selector

Friday January 30 2009, 02:19 AM

I would suggest avoiding the use of the universal selector in your CSS stylesheets. There is just too much inconsistency when it comes to how each user agent treats the selector.

Clear Your Outer Div With Overflow Auto

Wednesday November 19 2008, 07:11 AM

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