Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
<div id="background"> <img src="images/Untitled.gif" id="Image5" alt="" style="background-repeat:repeat-y;width:273px;height:68px;"/> </div>
画像を横方向に繰り返しさせたいのですが、背景画像にすることでできると思ったのですが、うまくいきません。私が間違っていることを教えてください。
背景を使用して水平方向に繰り返すことができますが、背景はコンテナーimg自体ではなく、コンテナー上にある必要があります。次のようにします。
img
<div style="height: 68px; background: url(image.png);"></div>