Return to Snippet

Revision: 51972
at October 9, 2011 11:55 by hotdiggity


Initial Code
<htmL>
 <head>
  <style>
ul {margin: 0; padding: 0; list-style: none; }  
ul#menu  li { display: inline; float: left; margin-right: 10px; padding-right: 10px; border-right: 1px solid #000; }
ul#menu  li a { color: #000; line-height: 0.75em; } /* NB: line-height reduces pipe height */
ul#menu  li.last { border-right: none; }
  </style>
 </head>
 <body>
  <ul id="menu">
   <li  ><a href="#" >Contact</a>
   <li><a href="#" >About</a>
   <li><a href="#" >Bookings</a>
   <li class="last" ><a href="#" >Terms</a>
  </ul>
 </body>
</html>

Initial URL


Initial Description


Initial Title
Reduce height of pipes in a horizontal menu

Initial Tags


Initial Language
HTML