可重复且可扩展的图像?可能吗?

时间:2011-09-17 03:38:36

标签: html css xhtml

好的,这是合约,

我有一个横幅图形,我想伸展100%的宽度

沿着我网站的长度重复y。

可以同时做到吗?

1 个答案:

答案 0 :(得分:0)

<html>
<body>
<div style="background: url(https://www.google.com/adsense/static/en_US/images/234x60.gif) repeat-y;background-size:100% auto;width:100%;height:100%;"></div>
</body>
</html>

请查看以上代码。您需要使用“background-size”将图像宽度指定为100%。