Revision: 59252
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at August 28, 2012 00:34 by dkempdesigns
Initial Code
li:first-child {
border-top: none;
}
li:last-child {
border-bottom: none;
}
ul {
width: 200px;
background: #292929;
color: white;
list-style: none;
padding-left: 0;
}
li {
padding: 10px;
border-bottom: 1px solid black;
border-top: 1px solid #3c3c3c;
}
Initial URL
http://net.tutsplus.com/tutorials/html-css-techniques/the-30-css-selectors-you-must-memorize/
Initial Description
create css menus/lists with no top or bottom border
Initial Title
css vertical nav border format
Initial Tags
css
Initial Language
CSS