We Recommend

HTML Dog: The Best-Practice Guide to XHTML and CSS HTML Dog: The Best-Practice Guide to XHTML and CSS
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represents the best way to go about it.


Posted By

LukeLarsen on 01/29/08


Tagged

xhtml nav for tab


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

jessicag79
markor


tab nav - html


Published in: XHTML 


URL: http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html

use with tab nav - css


  1. <div id="header">
  2. <li id="nav-home"><a href="#">Home</a></li>
  3. <li id="nav-news"><a href="#">News</a></li>
  4. <li id="nav-products"><a href="#">Products</a></li>
  5. <li id="nav-about"><a href="#">About</a></li>
  6. <li id="nav-contact"><a href="#">Contact</a></li>
  7. </ul>
  8. </div>

Report this snippet 

You need to login to post a comment.