理解できません。矢印付きの単純な線が必要なので、境界線と背景画像を持つクラスを使用します。
hr {
padding-top: 10px;
border: none;
border-top:dotted #000 1px;
background: #fff url("img/arrow.gif") no-repeat 100px -1px;
}
残念ながら、背景は境界線の下にあります:
z-index
「id Beats class」( を使用)を試しまし<hr id="arrow">
たが、何も機能しませんでした。解決策はありますか?
ところで、css-cracks はどのようにしてこのような矢印付きの点線を作成するのでしょうか?