How to Create a CSS3 Tabbed Navigation
Tutorial Details
- Code Languages: HTML/CSS3
- Difficulty: Intermediate
- Estimated Completion Time: 30min
- Compatibility: All Browsers except IE5-8
Hiya folks! Today we’re going to have fun creating a CSS3 Tabbed Navigation. In this tut we’re going to be creating the darkwash jean version out of the many different themes available for these awesome tabs just because… #1 we can and #2, there is more styling involved and I can show you more neat tricks with CSS3 than with the other styles. If you prefer, there are much simpler themes in the source files so feel free to follow along with those as the structure is pretty much the same.
Note: Support for IE7 & 8 is there but limited in that the functionality works perfectly but some of the overlay styles aren’t treated properly. If not for the wonderful and awesome CSSPIE and Dean Edwards fix, there would be no support for any version other than IE9.
Ok, now that that’s out of the way, I think it’s time we got started!
The Video Tutorial
We’re offering this tutorial in two different formats: A video as well as a full written tutorial below. Follow along with whichever method of learning you prefer (or both!):
The Written Tutorial
The step by step written tutorial is below. Be sure to grab the full downloadable source as well!
Step 1 Creating the Markup
The Head
For our first bit of markup, we’re going to create our head using HTML5 doctype, inserting our stylesheets and telling IE 7 & 8 that’s it’s ok to use CSS3.

