Plain Tab Navigation

This is a vertical navigation treatment created exclusively with CSS. There is absolutely no Javascript in place here. The inspiration and learning for this came from someone at Virginia Tech. I have not made any changes to it just yet other than the colors.

The markup for the navigation you see above is as follows. To see the markup for the sub-navigation, click the "Go to Subnav" link.

  <div id="navheader">
   <ul>
    <li><a href="index.htm">Index</a></li>
    <li id="current"><a >Page 2</a></li>
    <li><a href="#">Dead Link</a></li>
    <li><a href="#">Dead Link</a></li>
    <li><a href="#">Dead Link</a></li>
   </ul>
  </div>