/ Published in: HTML
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
<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">
</ul>
</body>
</html>
Comments
 Subscribe to comments
                    Subscribe to comments
                
                