You may want to catch up on my initial rounded corner discussion before reading this.
If you remember, we left off with a nice-looking tab design for use on a web page:

There are still several flaws with this that I’d like to fix. To recap:
- There is no doctype defined for the page, so the page is being rendering in quirks mode.
- We’re using a table layout for the tab design, which is a no-no, being that we’re not actually dealing with a table of data.
![Tech Memoirs [a tongue-in-cheek rememberance of my tech adventures]](http://www.techmemoirs.com/images/logo7.png)