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

マテリアルなパンくず

  • RESULT
  • HTML
  • CSS
  • コピー
    <ul class="msr_bread03">
      <li>
        <a href="#">Pankuzu</a>
      </li>
      <li>
        <a href="#">Pankuzu</a>
      </li>
      <li>
        Pankuzu
      </li>
    </ul>
  • コピー
    .msr_bread03 li {
      float: left;
      font-size: 13px;
    }
    .msr_bread03 li a {
      color: #000000;
      text-decoration: none;
    }
    .msr_bread03 li a:hover {
      text-decoration: underline;
    }
    
    /* 矢印 */
    .msr_bread03 li:after {
      background-image: url(/stylerecipe_img/material_arrow_blue01.png);
      background-repeat: no-repeat;
      content: "";
      display: inline-block;
      height: 10px;
      margin: 0 8px;
      vertical-align: middle;
      width: 6px;
    }
    .msr_bread03 li:last-child:after {
      background-image: none;
    }

検証済みブラウザ

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

画像へのパスは任意のものに書き換えてください!
使用している画像はこちら

その他のパンくず

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

要素一覧