CSS - Navigaiton - Sitemap


/ Published in: CSS
Save to your folder(s)

Comment to follow


Copy this code and paste it in your HTML
  1. nav.sitemap {
  2. overflow:hidden;
  3. height:100%;
  4. position:relative;
  5. }
  6. nav.sitemap ul {
  7. margin:5px 0 20px;
  8. }
  9. nav.sitemap ul li {
  10. display:block;
  11. padding:0 0 5px 14px;
  12. background:url('/images/bg/sitemap_line.png') no-repeat left top;
  13. }
  14. nav.sitemap ul li a {
  15. }
  16. nav.sitemap ul li a span {
  17. }
  18. nav.sitemap ul li ul {
  19. padding-bottom:5px;
  20. margin-bottom:0;
  21. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.