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.
我希望图像水平重复,但我不想让它成为背景图像。有没有办法<img>像这样水平重复一个元素,还是我必须把它变成背景图像?
<img>
使其成为背景图像repeat-x。如果你使用 JavaScript,你可以重复一个<img>来填充一个容器,但我想不出为什么有人会想要这样做。
repeat-x
如果您试图使图像源动态或其他东西,这就是为什么您试图避免在 CSS 中将其硬编码为图像,那么您也可以使用 JavaScript 或 PHP 等服务器端语言来动态添加style="background-image:url('http://example.com/images/image.jpg')"容器元素的属性。
style="background-image:url('http://example.com/images/image.jpg')"