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

無難なパンくず

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

検証済みブラウザ

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

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

その他のパンくず

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

要素一覧