東京都府中市、渋谷区のWEB制作会社Maromaroのブログです

フラットなパンくず

  • RESULT
  • HTML
  • CSS
  • コピー
    <ul class="msr_bread02">
      <li>
        <a href="#">Pankuzu</a>
      </li>
      <li>
        <a href="#">Pankuzu</a>
      </li>
      <li>
        Pankuzu
      </li>
    </ul>
  • コピー
    .msr_bread02 li {
      float: left;
      font-size: 13px;
    }
    .msr_bread02 li a {
      color: #000000;
      text-decoration: none;
    }
    .msr_bread02 li a:hover {
      text-decoration: underline;
    }
    
    /* 矢印 */
    .msr_bread02 li:after {
      border: 3px solid transparent;
      border-left: 3px solid #1B73BA;
      box-sizing: border-box;
      content: "";
      display: inline-block;
     *display:inline;
     *zoom:1;
      height: 6px;
      margin: 0 3px 0 2px;
      vertical-align: middle;
      width: 3px;
    }
    .msr_bread02 li:last-child:after {
      border: none;
    }

検証済みブラウザ

  • IE9
  • IE10
  • Edge
  • FF
  • chrome
  • Safari

その他のパンくず

パンくずの一覧をもっと見る

要素一覧