Cool CSS Matted Border Effect

So I thought I would share a simple trick that creates a really clean effect. It’s what I call a double border. I don’t like adding borders onto the actual images I put on websites, so I’ve experimented with using css to create the borders. What I’ve found is that css rocks at doing this!
Basically [...]

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. [...]