Archive for May, 2007

Css Tab Menu

Start by building the html and css files.Make sure you included the css file as the html head

Now write these lines.

Home
About
Profile
Portfolio
Downloads
Contact

As you can see we created a div and an unordered list with the
,
.Make sure you closed all the tags. At this moment you should have something like this.

In the css […]