- xxx01
- xxx02
- xxx03
- xxx04
- xxx05
- xxx06
- xxx07
- xxx08
- xxx09
- xxx10
- gif
- 240*2
- borderline dotted
ドット線を引くスタイルシート、border-bottom: dotted 1px #999999;の代わりにどうでしょう。
スタイルシートだと線の色は指定したカラーコードの一色のみですが、画像を使えばこのようにカラフルな線を引くことができます。
<a>や<span>等のインライン要素におすすめです。
>>CSS
- 要素名 {
- padding-bottom: 2px;
- background-image: url(画像URL);
- background-repeat: repeat-x;
- background-position: left bottom;
- background-size: 120px 1px;
- }
素材原寸大の2pxのドットで良い場合は06行目は不要になります。
ボーダーと文字の間隔を変更したい場合はpadding-bottom: 2px;を編集したり、line-height: 値;を追加するなど調節をしてください。
>>Sample (text by MotherGoose)
Wee Willie Winkie runs through the town,
Upstairs and downstairs in his night-gown,
Rapping at the window, crying through the lock,
Are the children all in bed, for now it's eight o'clock?