网页视界效果实现记录

一、导航栏分割线(颜色无关)

<style>
    #navigation.item{
    color:white; 
    text-decoration:none; 
    padding:0 15px;
    border-right:solid 1px #808080;
    }
</style>
<body>
    <div id="navigation">
      <a href="#" class="item" >English</a>
      <a href="#" class="item" >信息公开</a>
      <a href="#" class="item" >办公</a>
      <a href="#" class="item" >邮箱</a>
      <a href="#" class="item"  style="border:none;">信息门户</a>
    </div>
<body>

猜你喜欢

转载自www.cnblogs.com/lyw-hunnu/p/12501002.html