双竖线菜单

<style type="text/css">
#menu{
 width:120px;
 background:#ccc;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;
 margin:0 auto;
 padding:8px;
 }
#menu a,#menu a:visited{
 display:block;
 height:1em;
 background-color:#fff;
 padding:4px 8px;
 color:#000;
 text-decoration:none;
 margin:8px 0;
 border-left:8px solid #9ab;
 border-right:8px solid #9ab;
 }
#menu a:hover{
 color:red;
 border-left:8px solid #000;
 border-right:8px solid #000;
 }
</style>

posted on 2011-09-29 09:21    阅读(114)  评论(0编辑  收藏  举报