好的,这是合约,
我有一个横幅图形,我想伸展100%的宽度
和
沿着我网站的长度重复y。
可以同时做到吗?
答案 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%。