Learning to create css layout: Part 2 of 2

Okay, so this has taken awhile for me to get around to writing.
This is the second part to the learning to create css layout series. This part focuses on how to make the menu. The last part left off here.
We are going to create the menu from an unordered list. The main reason we do [...]

Learning to create css layout: Part 1 of 2

For those of you out there who are still wondering how to transition from table design to css design, I am going to try and rescue you.
I will take you through a new thought process, and explain how you would do something in tables and then convert it to css.
Hopefully you will find this helpful. [...]

Basic CSS Setup

I was thinking to myself that I should create a basic set of css files that I can use for any projects that I might be working on. So I did, and it has saved me alot of time. It has a reset for the basic html elements. There is a css file for forms. [...]